master
Charles Iliya Krempeaux 2023-12-16 22:18:01 -08:00
parent d7db6c58e1
commit c479ae46e3
1 changed files with 22 additions and 0 deletions

22
index.xhtml 100644
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<title>Archive</title>
</head>
<body>
<section>
<h1>Archive</h1>
<ul>
<li><a href="http/">http</a></li>
<li><a href="https/">https</a></li>
</ul>
</section>
</body>
</html>