landing page: create initial layout
This commit is contained in:
16
index.html
Normal file
16
index.html
Normal 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ƎE</div>
|
||||
<div class="red"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user