master
Charles Iliya Krempeaux 2023-12-16 22:25:20 -08:00
parent c479ae46e3
commit d3394b720c
2 changed files with 42 additions and 0 deletions

21
http/index.xhtml 100644
View File

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

21
https/index.xhtml 100644
View File

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