forked from cmda-minor-web-1718/css-to-the-rescue-17-18
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrandom.html
60 lines (53 loc) · 1.25 KB
/
random.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html lang="en">
<head class="chat">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Living styleguide</title>
<link rel="stylesheet" href="assets/css/main.css">
<link href="https://fonts.googleapis.com/css?family=Muli:400,600,700,900" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav>
<a href="#hb"></a>
<a href="#content">Skip to content</a>
<ul id="hb">
<a href="#"></a>
<li>
<a href="index.html">Login</a>
</li>
<li aria-active="active">
<a href="chat.html">Chat</a>
<ul>
<li>
<a href="chat.html">Victor Zumpolle</a>
</li>
<li>
<a href="chat.html">Vienna Meijer</a>
</li>
<li>
<a href="chat.html">Jelle Overbeek</a>
</li>
<li>
<a href="chat.html">John Lennon</a>
</li>
<li>
<a href="chat.html">Neil Armstrong</a>
</li>
</ul>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="checkout.html">Checkout</a>
</li>
</ul>
</nav>
<aside>
<article>
</article>
</aside>
</body>
</html>