Files: b9887381d2933145354a69273d332a8e3b00180f / index.html
805 bytesRaw
1 | |
2 | |
3 | <!-- |
4 | Want to customize this website? Learn more about how HTML works: |
5 | https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML |
6 | --> |
7 | |
8 | <html> |
9 | <head> |
10 | <title>Angelica Blevins</title> |
11 | <link rel="stylesheet" href="/styles/menu.css"> |
12 | <link rel="stylesheet" href="/styles.css"> |
13 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
14 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
15 | <meta charset="utf-8"> |
16 | </head> |
17 | |
18 | <body class=menu> |
19 | <h1>Angelica Blevins</h1> |
20 | <nav class=menu> |
21 | <div><a href=/drawings.html>drawings</a></div> |
22 | <div><a href=/gifs.html>gifs</a></div> |
23 | <div><a href=/yoga.html>yoga</a></div> |
24 | <div><a href=/about.html>about</a></div> |
25 | </nav> |
26 | |
27 | </body> |
28 | |
29 | </html> |
30 |
Built with git-ssb-web