adds webring to template
This commit is contained in:
parent
19eaeeecdb
commit
f2832479b5
1 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
<link rel="stylesheet" href="effects.css">
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -21,6 +21,13 @@
|
|||
<article>
|
||||
</article>
|
||||
</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>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue