personal-site/index.html
2022-04-02 23:46:22 -07:00

13 lines
245 B
HTML

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