personal-site/index.html
2022-07-12 20:47:24 -07:00

15 lines
292 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>root's homepage</title>
<style>
</style>
</head>
<body style="background-color:white;">
<a href = "notes.html">root's class notes</a>
</br>
<a href = "projects.html">root's projects</a>
</body>
</html>