-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (20 loc) · 795 Bytes
/
index.html
File metadata and controls
25 lines (20 loc) · 795 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Persistent To-Do App</title>
</head>
<body>
<h1>My Profile</h1>
<img src = https://avatars1.githubusercontent.com/u/31454777?s=160&v=4/>
<br>
<h3>Sdhani</h3>
<ul>
<li>GitHub: <a href="https://github.com/sdhani">https://github.com/sdhani</a></li>
<li>Email: <a href="mailto:thisaddress@gmail.com">somealias@gmailor@yahoo.com</a></li>
<li>Interests: <a href="https://www.mentalfloss.com/article/58247/how-did-bunny-become-cutesy-word-rabbit">Bunnies + Rabbits</a></li>
<li>What I learned last semester: <a href="https://voyager.jpl.nasa.gov/golden-record/">The Golden Voyager</a></li>
<li>Random Link: <a href="https://en.wikipedia.org/wiki/Star">Stars</a></li>
</ul>
</body>
</html>