rename /old to /retro
|
@ -8,7 +8,7 @@
|
||||||
<section class="error-page">
|
<section class="error-page">
|
||||||
<div>
|
<div>
|
||||||
<h1>451</h1>
|
<h1>451</h1>
|
||||||
<a href="/old"><h2>Unavailable For Legal Reasons</h2></a>
|
<a href="/retro"><h2>Unavailable For Legal Reasons</h2></a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
body {
|
body {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
background-image: url('/old/background.gif');
|
background-image: url('/retro/background.gif');
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
font-family: 'Comic Sans MS', cursive;
|
font-family: 'Comic Sans MS', cursive;
|
||||||
|
@ -9,7 +9,7 @@ body {
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Comic Sans MS';
|
font-family: 'Comic Sans MS';
|
||||||
src: url(/old/comicsans.ttf) format('truetype');
|
src: url(/retro/comicsans.ttf) format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 701 B After Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
@ -26,10 +26,10 @@ const config = {
|
||||||
'*',
|
'*',
|
||||||
'/404',
|
'/404',
|
||||||
'/451',
|
'/451',
|
||||||
'/old',
|
'/retro',
|
||||||
'/minecraft-scanning/minecraft-server-background.png',
|
'/minecraft-scanning/minecraft-server-background.png',
|
||||||
'/old/background.gif',
|
'/retro/background.gif',
|
||||||
'/old/comicsans.ttf',
|
'/retro/comicsans.ttf',
|
||||||
// redirect /blog/* to /*
|
// redirect /blog/* to /*
|
||||||
'/blog/matdoes-dev-markdown',
|
'/blog/matdoes-dev-markdown',
|
||||||
'/blog/minecraft-server-warner',
|
'/blog/minecraft-server-warner',
|
||||||
|
|