fix missing line break

This commit is contained in:
Arthur Lu 2022-07-12 20:47:24 -07:00
parent 58ccf5684d
commit 9d7fa54fe4

View File

@ -8,6 +8,7 @@
</head> </head>
<body style="background-color:white;"> <body style="background-color:white;">
<a href = "notes.html">root's class notes</a> <a href = "notes.html">root's class notes</a>
</br>
<a href = "projects.html">root's projects</a> <a href = "projects.html">root's projects</a>
</body> </body>
</html> </html>