-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (59 loc) · 1.29 KB
/
index.html
File metadata and controls
60 lines (59 loc) · 1.29 KB
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>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>SMALL MINDS</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
<script src="/script.js"></script>
</head>
<body>
<div id="parent">
<p>
<a href="/people">SMALL</a>
<a href="/people">MINDS</a>
</p>
<p>
<a
href="https://github.com/small-minds"
target="_blank"
rel="noopener nofollower"
>DREAM</a
>
<a
href="https://github.com/small-minds"
target="_blank"
rel="noopener nofollower"
>IN</a
>
<a
id="bad"
href="https://github.com/small-minds"
target="_blank"
rel="noopener nofollower"
>BINARY</a
>
</p>
<!--
<p>
<a
id="big"
href="https://github.com/small-minds"
target="_blank"
rel="noopener nofollower"
>BIG DREAMS</a
>
</p>
<p>
<a
id="bad"
href="https://github.com/small-minds"
target="_blank"
rel="noopener nofollower"
>BAD DREAMS</a
>
</p>
-->
</div>
</body>
</html>