65 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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>
 | 
						|
 |