This commit is contained in:
tiger 2024-02-11 21:46:32 +01:00
parent 50d4b3bd56
commit 99d598feab
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<link rel="stylesheet" href="../assets/stylesheet.css" />
<title>~tiger's website~</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
@ -34,6 +34,11 @@
<li><a href="good" class="link">things i like</a></li>
</ul>
</div>
<h2 class="title box-title">webring</h2>
<div class="box">
<iframe src="https://webring.kittycat.homes/frame/tiger" style="height: 50px; width:100%;"/>
</div>
<script src="/assets/script.js"></script>
</body>