personal-site/index.html
2022-07-12 20:45:21 -07:00

14 lines
284 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>
<a href = "projects.html">root's projects</a>
</body>
</html>