landing page: create initial layout

This commit is contained in:
2019-07-23 17:03:48 +02:00
commit c3195fcc87
2 changed files with 47 additions and 0 deletions

16
index.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Finally, coffee!</title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<div class="sticker">
<div class="red"></div>
<div class="text bigger">FGHT<br />NZS!</div>
<div class="text">DRNK C0FF&#x18e;E</div>
<div class="red"></div>
</div>
</body>
</html>