83 lines
2.8 KiB
HTML
83 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<!-- Meta setup -->
|
|
{{block "title" . -}}{{- end}}
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta http-equiv="content-Type" content="text/html; utf-8" />
|
|
<meta name="robots" content="INDEX,FOLLOW" />
|
|
<meta http-equiv="content-Language" content="en" />
|
|
<meta name="description" content="Serverlist for competitive Team Fortress 2 players" />
|
|
<meta name="keywords" content="tf2, tf, serverlist, team, fortress, 2" />
|
|
<meta name="page-type" content="Game" />
|
|
<meta name="page-topic" content="Team Fortress 2" />
|
|
<meta http-equiv="Reply-to" content="" />
|
|
<meta name="expires" content="" />
|
|
<meta name="revisit-after" content="2 days" />
|
|
<script async defer data-website-id="084ca01d-5337-4f12-8932-3033addbc175" src="https://a.v0v.de/t.js"></script>
|
|
<script defer data-domain="serverlist.tf" src="https://t.v0v.de/js/t.js"></script>
|
|
|
|
{{block "title" . -}}{{- end}}
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
|
|
<link rel="stylesheet" href="css/bootstrap.css" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--[if lte IE 9]>
|
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
|
|
<![endif]-->
|
|
|
|
<main class="main-wrapper">
|
|
<!-- header-area start -->
|
|
<header class="header-area">
|
|
<div class="container">
|
|
<div class="header-item">
|
|
<a href="//serverlist.tf">Serverlist.tf</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<!-- header-area end -->
|
|
|
|
<!-- content-area start -->
|
|
<div class="content-area">
|
|
<div class="container">
|
|
<div class="content-item">
|
|
<div class="content-item-inner">
|
|
<select onchange="location = this.value;">
|
|
<option>{{.Region}}</option>
|
|
<option value="/">All Regions</option>
|
|
<option value="/america">North America</option>
|
|
<option value="/europe">Europe</option>
|
|
<option value="/asia">Asia</option>
|
|
<option value="/australia">Australia</option>
|
|
</select>
|
|
</div>
|
|
{{block "content" . -}}{{- end}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- content-area end -->
|
|
|
|
<!-- footer-area start -->
|
|
<footer class="footer-area">
|
|
<div class="container">
|
|
<div class="footer-item">
|
|
<ul>
|
|
<li><a href="#">Imprint</a></li>
|
|
<li><a href="#">Add Server</a></li>
|
|
<li><a href="#">Discord</a></li>
|
|
<li><a href="#">spenny.tf</a></li>
|
|
<li><a href="#">teamfortress.tv</a></li>
|
|
</ul>
|
|
<p>© 2021 Serverlist.tf</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- footer-area end -->
|
|
</main>
|
|
</body>
|
|
</html>
|