personal-site/index.html

14 lines
284 B
HTML
Raw Normal View History

2022-04-02 23:46:22 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2022-04-03 00:06:14 -07:00
<title>root's homepage</title>
2022-04-02 23:46:22 -07:00
<style>
</style>
</head>
<body style="background-color:white;">
<a href = "notes.html">root's class notes</a>
2022-07-12 20:45:21 -07:00
<a href = "projects.html">root's projects</a>
2022-04-02 23:46:22 -07:00
</body>
</html>