adds webring to template

This commit is contained in:
Rosia E Evans 2023-10-24 15:18:31 +01:00
parent 19eaeeecdb
commit f2832479b5

View file

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="Wireframe.css">
<link rel="stylesheet" href="effects.css"> <link rel="stylesheet" href="effects.css">
<link rel="stylesheet" href="Wireframe.css">
</head> </head>
<body> <body>
<header> <header>
@ -21,6 +21,13 @@
<article> <article>
</article> </article>
</main> </main>
<div> <div class="webring">
<h2> Webring </h2>
<div class="webringContent">
<a href="users.aber.ac.uk/evh14"><-</a>
<img src="webringlogo.svg" style="margin: 0; width: 19px;">
<a href="users.aber.ac.uk/evh14">-></a>
</div>
</div>
</body> </body>
</html> </html>