Create index.html

This commit is contained in:
Arthur Lu 2022-04-02 23:46:22 -07:00 committed by GitHub
parent 9d132aa7af
commit f9bb50f772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!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>