17 lines
365 B
HTML
17 lines
365 B
HTML
<!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>
|