-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (75 loc) · 4.68 KB
/
Copy pathindex.html
File metadata and controls
88 lines (75 loc) · 4.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html>
<head>
<title>Home</title> <!-- Title desplayed in browser tab -->
<link rel="icon" type="image/svg" href="/assets/images/svg/icon-blue.svg">
<!-- CSS -->
<link rel="stylesheet" href="/assets/css/core.css">
<link rel="stylesheet" href="/assets/css/header-sidebar.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="/assets/css/home.css">
<!-- JS -->
<script src="/assets/javascript/header-sidebar.js"></script>
<!-- META -->
<meta name="pagename" content="home"> <!-- The name of the page-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Get all the information about the TNT Games! Player stats, player counts and leaderboards. All on one site!"> <!-- Description -->
<meta name="theme-color" content="#00f0f0">
<meta property="og:url" content="https://www.plotzes.ml/"> <!-- URL to page -->
<meta property="og:type" content="website">
<meta property="og:title" content="Home"> <!-- Title of the page-->
<meta property="og:site_name" content="Plotzes">
<meta property="og:description" content="Get all the information about the TNT Games! Player stats, player counts and leaderboards. All on one site!"> <!-- Description -->
<meta property="og:image" content="https://www.plotzes.ml/assets/images/png/banner.png"> <!-- Image to use -->
<meta property="og:image:type" content="/assets/image/png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="plotzes.ml">
<meta property="twitter:url" content="https://www.plotzes.ml/"> <!-- URL to page -->
<meta name="twitter:title" content="Home"> <!-- Title of the page -->
<meta name="twitter:description" content="Get all the information about the TNT Games! Player stats, player counts and leaderboards. All on one site!"> <!-- Description -->
<meta name="twitter:image" content="https://www.plotzes.ml/assets/images/png/banner.png"> <!-- Image to use -->
</head>
<body>
<div id="root">
<div id="banner">
<svg id="banner-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 450 100">
<title>Plotzes</title>
<g transform="matrix(0 -.1 .1 0 0 100)">
<path d="M44.296 446.293s150.017 135.58 408.206 135.58 408.206-135.58 408.206-135.58 235.57 320.8-35.64 425.43-372.567-289.85-372.567-289.85" fill="none" stroke="var(--main-color)" stroke-width="88.59" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="200.422" cy="82.397" r="82.397" fill="var(--main-color)"/>
<circle cx="752.323" cy="82.397" r="82.397" fill="var(--main-color)"/>
</g>
<text transform="matrix(12.59846 0 0 12.59846 -1445.293 -307.27)" font-size="10.583" font-family="Quicksand" fill="var(--main-color)">
<tspan x="122.645" y="32.221">lotzes</tspan>
</text>
</svg>
<div id="banner-text">
<h2>The most in-depth TNT Games stats available!</h2>
<p>New v2.5.1, The Mobile Update! Check out the announcement in my Discord server!</p>
<h3>Discord Server</h3>
<div id="discord-invite">
<img alt="Discord server profile picture" src="https://cdn.discordapp.com/embed/avatars/0.png">
<div id="discord-invite-text">
<strong>??????</strong>
<div>
<span id="server-online">? online</span>
<span id="server-total">? members</span>
</div>
</div>
<div>
<a id="discord-invite-button" target="_blank" href="https://www.plotzes.ml/discord">
Join
</a>
</div>
</div>
<h3>Owned by</h3>
<div id="discord-profile">
<img alt="Owner profile picture" src="https://cdn.discordapp.com/embed/avatars/0.png">
<span>??????<span id="discord-profile-discriminator">#xxxx</span></span>
</div>
</div>
</div>
</div>
</body>
</html>