diff options
-rwxr-xr-x | 404.html | 2 | ||||
-rwxr-xr-x | about_me.html | 2 | ||||
-rw-r--r-- | chat.html | 2 | ||||
-rw-r--r-- | contact.html | 2 | ||||
-rwxr-xr-x | design.html | 2 | ||||
-rw-r--r-- | donate.html | 2 | ||||
-rw-r--r-- | game.html | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | services.html | 2 | ||||
-rw-r--r-- | style.css | 10 | ||||
-rw-r--r-- | usenet.html | 2 | ||||
-rwxr-xr-x | webring.html | 5 |
12 files changed, 19 insertions, 16 deletions
@@ -8,7 +8,7 @@ </head>
<body>
- <header><a href="/">
+ <header class="header"><a href="/">
<img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
diff --git a/about_me.html b/about_me.html index caf3764..c4817a8 100755 --- a/about_me.html +++ b/about_me.html @@ -8,7 +8,7 @@ </head>
<body>
- <header><a href="/">
+ <header class="header"><a href="/">
<img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
@@ -8,7 +8,7 @@ </head> <body> - <header><a href="/"> + <header class="header"><a href="/"> <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> </a></header> <hr> diff --git a/contact.html b/contact.html index 8a59333..c96f590 100644 --- a/contact.html +++ b/contact.html @@ -8,7 +8,7 @@ </head> <body> - <header><a href="/"> + <header class="header"><a href="/"> <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> </a></header> <hr> diff --git a/design.html b/design.html index c03e21a..f04b584 100755 --- a/design.html +++ b/design.html @@ -8,7 +8,7 @@ </head>
<body>
- <header><a href="/">
+ <header class="header"><a href="/">
<img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
diff --git a/donate.html b/donate.html index 322a68c..25f6a52 100644 --- a/donate.html +++ b/donate.html @@ -8,7 +8,7 @@ </head> <body> - <header><a href="/"> + <header class="header"><a href="/"> <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> </a></header> <hr> @@ -7,7 +7,7 @@ </head> <body> - <header><a href="/"> + <header class="header"><a href="/"> <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> </a></header> <hr> @@ -13,7 +13,7 @@ <link rel="stylesheet" type="text/css" href="/style.css"> </head> <body> - <header> + <header class="header"> <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> </header> <hr> diff --git a/services.html b/services.html index c53d3e9..361aaf5 100644 --- a/services.html +++ b/services.html @@ -8,7 +8,7 @@ </head> <body> - <header><a href="/"> + <header> class="header"<a href="/"> <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> </a></header> <hr> @@ -12,9 +12,13 @@ body { background-image: url("tile1.jpg"); background-repeat: repeat; font-family: terminus; + + max-width: 1000px; + margin-left: auto; + margin-right: auto; } -header *{ +.header * { display: inline-block; vertical-align: middle; } @@ -34,9 +38,7 @@ header *{ } .content { - max-width: 1000px; - margin-left: auto; - margin-right: auto; + } .fst { diff --git a/usenet.html b/usenet.html index d98d79c..4b4a4ae 100644 --- a/usenet.html +++ b/usenet.html @@ -8,7 +8,7 @@ </head> <body> - <header><a href="/"> + <header class="header"><a href="/"> <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> </a></header> <hr> diff --git a/webring.html b/webring.html index 60ad544..b988280 100755 --- a/webring.html +++ b/webring.html @@ -8,7 +8,7 @@ </head>
<body>
- <header><a href="/">
+ <header class="header"><a href="/">
<img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
@@ -26,7 +26,8 @@ <a href="https://jensen-net.mooo.com/"><img src="https://jensen-net.mooo.com/media/88_31.png"></a>
<a href="https://exosunand.net/"><img src="https://exosunand.net/88_31_alien.png"></a>
<a href="https://slushee.dev/"><img src="/images/webring/slushee.gif"></a>
- </div>
+ <a href="https://gxog.xyz/"><img src="https://gxog.xyz/webrings/web_badge"></a>
+ </div>
</main>
</body>
</html>
|