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

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