13 lines
237 B
HTML
13 lines
237 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>
|
|
</body>
|
|
</html>
|