diff options
| author | Jake Mannens <jake@asger.xyz> | 2024-09-20 16:21:09 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2024-10-29 11:42:54 +1100 |
| commit | e8e3c4cba8ffa0056e984c113cfbb75319e00022 (patch) | |
| tree | 8336315e61f9e77207276d478b25fe5dc7c3d06c /Pages/Shared | |
| parent | 0e21907c76dbefed11f382bcf949143f0716567f (diff) | |
v0.4-rc1v0.4-rc1
Diffstat (limited to 'Pages/Shared')
| -rw-r--r-- | Pages/Shared/_Layout.cshtml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml new file mode 100644 index 0000000..93eaab4 --- /dev/null +++ b/Pages/Shared/_Layout.cshtml @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> + <base href="~/"> + <head> + <meta charset="utf-8" /> + <title>CFA Job Counter</title> + <link rel="stylesheet" type="text/css" href="/styles/global.css"/> + </head> + <body> + @RenderBody() + </body> +</html>
\ No newline at end of file |
