homepage/index.html

17 lines
365 B
HTML
Raw Permalink Normal View History

2019-07-23 15:03:48 +00:00
<!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>