-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtoxic.html
More file actions
56 lines (44 loc) · 4.16 KB
/
Copy pathtoxic.html
File metadata and controls
56 lines (44 loc) · 4.16 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
<!doctype html>
<html>
<head>
<title>I really love toxic</title> <!-- Title desplayed in browser tab -->
<link rel="icon" type="image/svg" href="/assets/images/png/toxic.png">
<!-- 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">
<style>
#root {
padding-left: 50px;
padding-top: 20px;
}
</style>
<!-- JS -->
<script src="/assets/javascript/header-sidebar.js"></script>
<!-- META -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I really love toxic. Like, a lot. Like, a whole lot. You have no idea. I love toxic so much that it is inexplicable, and I'm ninety-nine percent sure that I ..."> <!-- Description -->
<meta name="theme-color" content="#00f0f0">
<meta property="og:url" content="https://www.plotzes.ml/toxic"> <!-- URL to page -->
<meta property="og:type" content="website">
<meta property="og:title" content="I really love toxic"> <!-- Title of the page-->
<meta property="og:site_name" content="Plotzes">
<meta property="og:description" content="I really love toxic. Like, a lot. Like, a whole lot. You have no idea. I love toxic so much that it is inexplicable, and I'm ninety-nine percent sure that I ..."> <!-- Description -->
<meta property="og:image" content="https://www.plotzes.ml/assets/images/png/toxic.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/toxic"> <!-- URL to page -->
<meta name="twitter:title" content="I really love toxic"> <!-- Title of the page -->
<meta name="twitter:description" content="I really love toxic. Like, a lot. Like, a whole lot. You have no idea. I love toxic so much that it is inexplicable, and I'm ninety-nine percent sure that I ..."> <!-- Description -->
<meta name="twitter:image" content="https://www.plotzes.ml/assets/images/png/toxic.png"> <!-- Image to use -->
</head>
<body>
<div id="root">
<p>I really love toxic. Like, a lot. Like, a whole lot. You have no idea. I love toxic so much that it is inexplicable, and I'm ninety-nine percent sure that I have an unhealthy obsession. I will never get tired of one shotting people from behind. It is my life goal to play an unkillable class and just run away whenever I feel slightly threatened. I fall asleep at night dreaming of playing toxic and holding a point, and then I wake up and realize the class I main is fucking useless. If I could just hold a point for a brief moment, I could die happy. If given the opportunity, I would shoot someone from behind while they type, just to watch the world fucking burn. Then, I would run away to spawn… while they pursue, hoping that I would stop, but I only continue as their rage burns hotter and hotter. I would give up almost anything just for toxic to just be a viable class. No matter what I do, I am constantly thinking of toxic. When I wake up, toxic is the first thing on my mind. When I go to school, I can only focus on toxic. When I come home, I go on the computer so that I can see its beautiful class icon. When I go to sleep, I dream of double-teaming people and shit talking. I rest happily. Toxic is my pride, passion, and joy. If a kinetic non were to call me "hacker," I would probably get diabetes from their sweetness and die. I wish for nothing but all toxic players' happiness. If it were for them, I would give my life without any second thoughts. Without them, my life would serve no purpose. I really love toxic.</p>
<img src="./assets/images/png/toxic.png">
<img src="./assets/images/png/toxic-discord.png">
</div>
</body>
</html>