Update index.html
This commit is contained in:
parent
16fe623481
commit
be4e1fcbe1
1 changed files with 7 additions and 3 deletions
10
index.html
10
index.html
|
@ -1,8 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h1>Posts</h1>
|
||||
|
||||
<a href="posts/test">Test</a>
|
||||
<div>
|
||||
20/11/23 <a href=posts/test>Testing</a>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
20/11/23 <a href=posts/test>Testing 2</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue