Add unordered list in index.html.

This commit is contained in:
laqieer 2023-03-28 00:21:20 +08:00
parent 576fa2887f
commit 74fded2e80

View File

@ -4,7 +4,9 @@
<title>fireemblem8u</title>
</head>
<body>
<a href="progress.txt">progress</a>
<a href="symbols.txt">symbols</a>
<ul>
<li><a href="progress.txt">progress</a></li>
<li><a href="symbols.txt">symbols</a></li>
</ul>
</body>
</html>