-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 828 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
<title>Quack!</title>
<link rel="icon" type="image/png" href="images/favicon.png" />
<meta name="description" content="kuubeu's website">
<meta name="author" content="kuubeu">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<meta name="keywords" content="kuubeu,duck,ducks">
<meta name="theme-color" content="#008976">
</head>
<body>
<a id="cap" href="https://twitter.com/kuubeu/">
<img src="images/cap.png" alt="the famous duck cap" width="300">
</a>
<div class="text-container">
<h1>page<br>under<br>construction</h1>
</div>
</body>
</html>