diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2024-02-25 14:11:42 +0100 | 
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2024-02-25 14:11:42 +0100 | 
| commit | 9e7d6cddaf1b2276f957c7b68465dd4c5251e3ed (patch) | |
| tree | c2774338538a3b3d36ea7ad0f35073bc54dc8836 | |
| parent | eeef9373b80022ec3be4a48b01fcabf13192db6e (diff) | |
| download | arfnet2-web-9e7d6cddaf1b2276f957c7b68465dd4c5251e3ed.tar.gz arfnet2-web-9e7d6cddaf1b2276f957c7b68465dd4c5251e3ed.zip  | |
Fix about
| -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>
  | 
