blob: 7e41287a12ffe572069ef5fd39130f301f74582c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>cafebabe.gay :: eva's site :3</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=devide-width,initial-scale=1">
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
</head>
<body>
<div class="center">
<h1 class="limit-text-width">eva's site :3</h1>
</div>
<div class="center">
<h2 class="limit-text-width">UNDER CONSTRUCTION!</h2>
</div>
</body>
</html>
|