-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.35 KB
/
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" dir="ltr">
<head>
<meta charset="utf-8">
<title>TF2 Clicker - Down Until Further Notice</title>
<meta property="og:locale" content="en_US">
<meta property="og:title" content="TF2Clicker">
<meta property="og:type" content="website">
<meta property="og:description" content="TF2Clicker is down until further notice.">
<meta property="og:url" content="https://tf2clicker.com">
<meta property="og:site_name" content="TF2Clicker">
<meta name="theme-color" content="#ff0000">
<meta name="msapplication-TileColor" content="#ff0000">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="logo">
<img src="logo.png" alt="">
</div>
<div class="downdesc">
TF2Clicker is down until further notice. This is due to lack of interest in the game and some glaring security vulnerabilities. If you want the game to come back or you want to talk to me about the source code, you can come contact me on my <a href="https://discord.gg/C3U8scK" target="_blank">DISCORD</a>. Maybe one day TF2Clicker v2 will be released, but it can't happen without your support! If you are a potential employer and/or want to see what TF2Clicker was like, check out this sample gameplay from <a href="https://www.youtube.com/watch?v=3w4qckdehb8" target="_blank">YouTube</a>.
</div>
</body>
</html>