Update index.html

This commit is contained in:
Anthony Wang 2020-11-23 13:18:11 -06:00 committed by GitHub
parent 16fe623481
commit be4e1fcbe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<body> <body>
<h1>Posts</h1> <div>
20/11/23 <a href=posts/test>Testing</a>
<a href="posts/test">Test</a> </div>
<br>
<div>
20/11/23 <a href=posts/test>Testing 2</a>
</div>
</body> </body>
</html> </html>