personal-site/index.html

14 lines
284 B
HTML
Raw Normal View History

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