summaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
new file mode 100644
index 0000000..a228982
--- /dev/null
+++ b/templates/layout.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>{{title}}</title>
+ <link rel="stylesheet" href="/css/skeleton.css">
+ <link rel="stylesheet" href="/css/home.css">
+ {{styles}}
+</head>
+<body>
+ <header>
+ <h2>File Upload</h2>
+ <section class="status">
+ <p> </p>
+ </section>
+ </header>
+ <main>
+ <center>- - -</center>
+ {{content}}
+ <center>- - -</center>
+ </main>
+ {{scripts}}
+</body>
+</html>