aboutsummaryrefslogtreecommitdiff
path: root/Pages/Shared/_Layout.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Pages/Shared/_Layout.cshtml')
-rw-r--r--Pages/Shared/_Layout.cshtml12
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