This commit is contained in:
tiger 2024-02-12 00:08:20 +01:00
parent 99d598feab
commit 9a324bf72b
1 changed files with 6 additions and 5 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" />
@ -35,10 +35,11 @@
</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>
<div class="box" style="text-align: center">
<a href="https://webring.kittycat.homes/previous/tiger" style="float:left" class="link">previous</a>
<a href="https://webring.kittycat.homes/" class="link">kittycat dot homes webring</a>
<a href="https://webring.kittycat.homes/next/tiger" class="link" style="float:right">next</a>
</div>
<script src="/assets/script.js"></script>
</body>