cobralist / index.html
suredream's picture
Update index.html
efd3105 verified
raw
history blame
714 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Welcome to your static Space!</h1>
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
<!-- <h1>Text Files Index</h1> -->
<ul>
<li><a href="file1.txt" target="_blank">file1.txt</a></li>
<li><a href="files/file2.txt" target="_blank">file2.txt</a></li>
<li><a href="files/file3.txt" target="_blank">file3.txt</a></li>
<!-- Add more links as needed -->
</ul>
</div>
</body>
</html>