forked from thatonepuggo/fast-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (22 loc) · 1018 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fortress Sandbox</title>
<link rel="icon" type="image/png" href="https://i.ibb.co/G57D0gt/IMG-3085.png" />
<link rel="stylesheet" href="style.css">
</head>
<body style="background-image: url('bg.png'); background-repeat: no-repeat;">
<br>
<div class="center-div">
<img src="fswordmark2.png" width=950 class="center-text" />
<h2 class="center-text">HOMEPAGE</h2>
<div style="font-size: 30px;" class="center-text stroke">
<a class="center-div center-text" href="https://tf2-servers.com/server/24999/">tf2-servers & discord</a>
<a class="center-div center-text" href="https://connectsteam.me/?150.136.164.5:27015">connect (pf2)</a>
<p>Welcome to Fortress Sandbox!<br>Server list:<br><br>Pre-Fortress 2<br>Team Fortress 2 Classic<br>Open Fortress (in the works)</p>
<a href="https://github.com/thatonepuggo/fast-dl/tree/master">Fast-DL (Maplists)</a>
</div>
</div>
</body>
</html>