-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (37 loc) · 1.94 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta content="Plasma Modding" property="og:title" />
<meta content="Mods and Tools For Mods Discord: https://discord.gg/sFjfgwPFBt Reddit: https://www.reddit.com/r/plasmagamemodding/" property="og:description" />
<meta content="https://www.plasmamodding.org" property="og:url" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/png" href="assets/PlasmaTech.png"/>
<title>Plasma Modding</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="logo">
<img src="assets/logohd.png" alt="">
</div>
<div class="text-box">
<h1>PLASMA <span id="element"></span></h1>
<p><span id="Mods">Mods</span> and <span id="Tools"></span>Tools</span> for Mods</p>
<button class="btn" onclick="window.location.href='https://discord.gg/sFjfgwPFBt';">Discord</button>
<button class="btn" onclick="window.location.href='https://www.reddit.com/r/plasmagamemodding/';">Reddit</button>
<div class="recources">
<span id="duck"><img src="assets/duck.png" alt=""></span>
<div class="rec">
<p>If you're <span id="Tools">feeling</span> overwhelmed by starting <span id="Tools">from scratch</span>, we're here to help by providing the necessary <span id="Tools">resources.</span></p>
<button class="discover" onclick="window.location.href='https://www.plasmamodding.org/recources.html';">⠀View Recources⠀</button>
</div>
</div>
</div>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['MODDING'],
typeSpeed: 100,
});
</script>
</body>
</html>