summaryrefslogtreecommitdiff
path: root/photography
diff options
context:
space:
mode:
authorMilan Mišić <fridolin.411@web.de>2023-12-24 15:48:14 +0100
committerMilan Mišić <fridolin.411@web.de>2023-12-24 15:48:14 +0100
commitba36fa26f9ff9e3879ef1a31b2462d2df1f39a62 (patch)
tree95b5c05b959287f898a0ce32c33879f28a9aff69 /photography
parentf49148f130bb949b337163038793d9a8b5673b36 (diff)
Cleanup of some wording
Diffstat (limited to 'photography')
-rw-r--r--photography/main.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/photography/main.html b/photography/main.html
new file mode 100644
index 0000000..deae7a2
--- /dev/null
+++ b/photography/main.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="description" content="Photography">
+ <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>Photography</h1>
+ </header>
+ <hr>
+ <main>
+ <div class=center_img>
+ <img src="/resources/photography/teaser.jpg">
+ </div>
+ <br>
+ <div class="text">
+ <h3><i>Coming soon...</i></h3>
+ </div>
+
+ </body>
+</html>