blob: 5bc79c9abb6e4a85aa61d6a86259e903defdf5df (
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
25
26
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Leather | Eric-Khang Dao</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/logo.png">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<main>
<article>
<section class="header">
<h1>Leather</h1>
</section>
<p>Under construction</p>
</article>
</div>
</main>
<footer>
</footer>
</body>
</html>
|