-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 844 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Raw Thought: The Tara edition</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>RAW THOUGHT</h1>
<p class="authorship">by Tara Jain</p>
<img src = "assets/creative_brain.gif">
<ul>
<br><li><a href="pages/mushrooms.html">Fungi</a></li>
<br><li><a href="pages/photography.html">Photos</a></li>
<br><li><a href="pages/til.html">TIL</a></li>
<br><li><a href="pages/escher.html">Art</a></li>
</ul>
<script src="" async defer></script>
</body>
</html>