Add all the HTML
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
76b1f61bdf
commit
63c5737fc2
13 changed files with 166 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# nameservers
|
||||
|
||||
The website I use for my nameservers
|
||||
The website I use for my nameservers
|
||||
|
||||
Contact me if you want to use them as your nameservers (or even secondary ones)
|
BIN
rin/img/rin.jpg
Normal file
BIN
rin/img/rin.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 205 KiB |
BIN
rin/img/rinfishe.png
Normal file
BIN
rin/img/rinfishe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
26
rin/rin.html
Normal file
26
rin/rin.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>froth.zone Nameserver</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="shortcut icon" href="img/rinfishe.png" />
|
||||
<link rel="stylesheet" href="theme.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img alt="Rin" src="img/rin.jpg">
|
||||
<footer>
|
||||
<small>
|
||||
<a href="https://git.froth.zone/sam/nameservers">
|
||||
Source for the HTML/CSS
|
||||
</a>
|
||||
<small>
|
||||
<br />Contact <a href="https://froth.zone/sam">Sam</a> if you want to
|
||||
use this nameserver as your own.
|
||||
</small>
|
||||
</small>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
27
rin/theme.css
Normal file
27
rin/theme.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
body {
|
||||
background-color: #000000;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
max-width: 80%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-right: -50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgba(200, 200, 200, 0.8);
|
||||
}
|
||||
a:hover {
|
||||
color: rgba(200, 200, 200, 1);
|
||||
}
|
||||
|
BIN
saber/img/saber.jpg
Normal file
BIN
saber/img/saber.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 640 KiB |
BIN
saber/img/saberfishe.png
Normal file
BIN
saber/img/saberfishe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 498 KiB |
28
saber/saber.html
Normal file
28
saber/saber.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>froth.zone Nameserver</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
<link rel="shortcut icon" href="img/saberfishe.png" />
|
||||
<link rel="stylesheet" href="theme.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img alt="Saber" src="img/saber.jpg" />
|
||||
<footer>
|
||||
<small>
|
||||
<a href="https://git.froth.zone/sam/nameservers">
|
||||
Source for the HTML/CSS
|
||||
</a>
|
||||
<small>
|
||||
<br />Contact <a href="https://froth.zone/sam">Sam</a> if you want to
|
||||
use this nameserver as your own.
|
||||
</small>
|
||||
</small>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
27
saber/theme.css
Normal file
27
saber/theme.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
body {
|
||||
background-color: #000000;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
max-width: 80%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-right: -50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgba(200, 200, 200, 0.8);
|
||||
}
|
||||
a:hover {
|
||||
color: rgba(200, 200, 200, 1);
|
||||
}
|
||||
|
BIN
sakura/img/sakura.jpg
Normal file
BIN
sakura/img/sakura.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 KiB |
BIN
sakura/img/sakurafishe.png
Normal file
BIN
sakura/img/sakurafishe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 299 KiB |
28
sakura/sakura.html
Normal file
28
sakura/sakura.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>froth.zone Nameserver</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
<link rel="shortcut icon" href="img/sakurafishe.png" />
|
||||
<link rel="stylesheet" href="theme.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img alt="Sakura" src="img/sakura.jpg" />
|
||||
<footer>
|
||||
<small>
|
||||
<a href="https://git.froth.zone/sam/nameservers">
|
||||
Source for the HTML/CSS
|
||||
</a>
|
||||
<small>
|
||||
<br />Contact <a href="https://froth.zone/sam">Sam</a> if you want to
|
||||
use this nameserver as your own.
|
||||
</small>
|
||||
</small>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
27
sakura/theme.css
Normal file
27
sakura/theme.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
body {
|
||||
background-color: #000000;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
max-width: 80%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-right: -50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgba(200, 200, 200, 0.8);
|
||||
}
|
||||
a:hover {
|
||||
color: rgba(200, 200, 200, 1);
|
||||
}
|
||||
|
Loading…
Reference in a new issue