Initial commit
This commit is contained in:
commit
b1faf1dfd3
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
64
index.html
Normal file
64
index.html
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Whitefox eSports</title>
|
||||||
|
<link rel="icon" href="favicon.ico">
|
||||||
|
<meta http-equiv="content-language" content="en">
|
||||||
|
<meta name="revisit-after" content="1 days">
|
||||||
|
<meta name="robots" content="all">
|
||||||
|
<style>
|
||||||
|
html, body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: url(bg.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
|
background: rgb(250,250,250);
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
background: url(fox.png) 50% 50% no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.center-box
|
||||||
|
{
|
||||||
|
color:rgb(80, 100, 100);
|
||||||
|
line-height: 18px;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color: rgb(100,100,100);
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link, a:visited
|
||||||
|
{
|
||||||
|
font-weight: 500;
|
||||||
|
text-decoration: none;
|
||||||
|
color: rgb(146, 90, 198);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="center-box">
|
||||||
|
<h2>Whitefox eSports</h2>
|
||||||
|
<em></em>
|
||||||
|
<p>Are you a competitive team or player in need of a home?<br> You can talk to us on teamspeak at <a href="ts3server://ts.wfx.es/">ts.wfx.es</a></p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
40
launch.css
Normal file
40
launch.css
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
html, body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Exo 2';
|
||||||
|
font-size: 13px;
|
||||||
|
background: rgb(250,250,250);
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
background: url(fox.png) 50% 50% no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.center-box
|
||||||
|
{
|
||||||
|
color:rgb(80, 100, 100);
|
||||||
|
line-height: 18px;
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 14px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color: rgb(100,100,100);
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link, a:visited
|
||||||
|
{
|
||||||
|
font-weight: 500;
|
||||||
|
text-decoration: none;
|
||||||
|
color: rgb(146, 90, 198);
|
||||||
|
}
|
BIN
src/bg.xcf
Normal file
BIN
src/bg.xcf
Normal file
Binary file not shown.
BIN
src/fox.xcf
Normal file
BIN
src/fox.xcf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user