diff options
Diffstat (limited to 'videography/main.html')
-rw-r--r-- | videography/main.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/videography/main.html b/videography/main.html new file mode 100644 index 0000000..9b1b928 --- /dev/null +++ b/videography/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>Videography</h1> + </header> + <hr> + <main> + <div class=center_img> + <img src="/resources/videography/teaser.jpg" alt="A close-up picture of a JVC GY-HD200 camcorder."> + </div> + <br> + <div class="text"> + <h3><i>Coming soon...</i></h3> + </div> + + </body> +</html> |