-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (42 loc) · 1015 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<title>Blab Zero</title>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<header>
<h1 class="container">Blab Zero</h1>
</header>
<div class="container">
<form>
<textarea></textarea>
<button>Blab</button>
</form>
<section>
<article>
<img src="img/avatar.png" alt="Lab Zero" />
<div>
<a href="#">Lab Zero</a>
<p>Blab!</p>
</div>
</article>
<article>
<img src="img/avatar.png" alt="Lab Zero" />
<div>
<a href="#">Lab Zero</a>
<p>Blab!</p>
</div>
</article>
<article>
<img src="img/avatar.png" alt="Lab Zero" />
<div>
<a href="#">Lab Zero</a>
<p>Blab!</p>
</div>
</article>
</section>
</div>
</body>
</html>