summaryrefslogtreecommitdiff
path: root/collection/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'collection/main.html')
-rw-r--r--collection/main.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/collection/main.html b/collection/main.html
new file mode 100644
index 0000000..73d111b
--- /dev/null
+++ b/collection/main.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="description" content="Collection">
+ <link rel="stylesheet" href="/beauty.css">
+ <link rel="icon" href="/icon.png" type="image/png">
+
+ <title>
+ Twoexem
+ </title>
+ </head>
+
+ <body>
+ <header>
+ <a href=/ style="display:block;width:48px;margin-left:auto;margin-right:auto">
+ <img src=/resources/icons/go-home.svg>
+ </a>
+ <h1>My collection</h1>
+ </header>
+ <hr>
+ <main>
+ <div class=center_img>
+ <img src="/resources/collection/teaser.jpg" alt="A picture of a Sony CCD-SP5E camcorder.">
+ </div>
+ <br>
+ <div class="text">
+ <h3><i>Coming soon...</i></h3>
+ </div>
+
+ </body>
+</html>