diff options
-rwxr-xr-x | about/index.html | 5 | ||||
-rwxr-xr-x | about_me.html | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/about/index.html b/about/index.html index 608baef..c7352da 100755 --- a/about/index.html +++ b/about/index.html @@ -9,12 +9,11 @@ <body>
<header><a href="/">
- <img src="arfnet_logo.png" width="64">
- <span class="title"><strong>ARFNET</strong></span>
+ <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
<h2 class="center">About ARFNET</h2>
- <h3><a href="/arfnet2.html">ARFNET technical description</a></h3>
+ <h3><a href="arfnet2.html">ARFNET technical description</a></h3>
<div class="div">
<p>
ARFNET is a non-profit organization (a homelab really) devoted to several causes such as:
diff --git a/about_me.html b/about_me.html index ff9fc64..db7ebbf 100755 --- a/about_me.html +++ b/about_me.html @@ -9,8 +9,7 @@ <body>
<header><a href="/">
- <img src="/arfnet_logo.png" width="64">
- <span class="title"><strong>ARFNET</strong></span>
+ <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
<main>
|