summaryrefslogtreecommitdiff
path: root/views/layouts/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/layouts/header.html')
-rw-r--r--views/layouts/header.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/views/layouts/header.html b/views/layouts/header.html
new file mode 100644
index 0000000..1a9b829
--- /dev/null
+++ b/views/layouts/header.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Cosmic Market</title>
+ <link rel="stylesheet" href="/css/main.css"/>
+ <link rel="stylesheet" href="/css/prism.css">
+ <meta name="description" content="EStore">
+ <meta name="keywords" content="EStore">
+ </head>
+ <body>
+ <section id="main"> \ No newline at end of file