stories/index.html

26 lines
768 B
HTML
Raw Normal View History

2023-07-06 13:59:47 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Stories</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="src/index.css">
</head>
<body>
<h1>Stories</h1>
<ul>
<li class="story-card">
<a href="stories/drifting.html">Drifting</a>
</li>
</ul>
2023-07-06 14:11:40 +00:00
<footer>
<p>
Created by <a href="https://ashhhleyyy.dev">Ashley B</a> 💜
Support me <a href="https://ko-fi.com/ashhhleyyy">on Ko-fi</a>
</p>
</footer>
2023-07-06 13:59:47 +00:00
</body>
</html>