-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 1.57 KB
/
index.html
File metadata and controls
41 lines (40 loc) · 1.57 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
<!--
Hello there you weirdo. Now that you're here, mind having a nice little chat?
Our Discord link is on this site.
Cheers, ODT
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Discord Embed -->
<meta content="Open Dev Team" property="og:title" />
<meta content="Some cringe slogan (later)" property="og:description" />
<meta content="https://opendevteam.com" property="og:url" />
<meta content="https://opendevteam.com/assets/logo.png" property="og:image" />
<meta content="#000000" data-react-helmet="true" name="theme-color" />
<title>OpenDevTeam</title>
<link rel="stylesheet" href="index.css">
<!-- <script src="disable.js" defer></script> -->
<script src="index.js"></script>
</head>
<body>
<div class="content">
<img src="assets/Logo.png" alt="OpenDevTeam Logo" class="logo" >
<div class="title" id="odt">OpenDT</div>
</div>
<div class="linkcontainer">
<button class="fiverr custom-button" onclick=" window.open('https://www.fiverr.com/odteam','_blank')">Fiverr</button>
<button class="org-github custom-button" onclick=" window.open('https://github.com/OpenDevTeam-Official','_blank')">Github</button>
<button class="discord custom-button" onclick=" window.open('http://discord.gg/pxNn8Hh8U5','_blank')">Discord</button>
<!-- More links here -->
</div>
<button class="nyan-button" onclick="nyanButton()">.</button>
<div class="footer">
<div class="footer-text">
<p>© 2023 OpenDevTeam</p>
</div>
</body>
</html>