stories/index.html
Ashhhleyyy 0a199b554c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add author + ko-fi links
2023-07-06 15:11:40 +01:00

25 lines
768 B
HTML

<!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>
<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>
</body>
</html>