-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (42 loc) · 2.39 KB
/
index.html
File metadata and controls
45 lines (42 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="logo.png" type="image/x-icon">
<link rel="icon" href="logo.png" type="image/x-icon">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coding + Gaming</title>
<link rel="stylesheet" href="website.css">
<script src="https://cdn.gravitec.net/storage/ae77b8703dd01883cc15ae972690186f/client.js" async></script>
</head>
<body>
<div class="tab">
<button class="tablinks" id="new" onclick="openCity(event, 'Home')">Home</button>
<button class="tablinks" id="old"><a target="_blank" href="https://github.com/ThePROgrammer5/Coding-Gaming/discussions" style="text-decoration: none; color: inherit;">🗨CHAT💬</a></button>
<button class="tablinks" id="old"><button class="tablinks" id="old"><a target="_blank" href="games/games.html" style="text-decoration: none; color: inherit;">🎮Games</a></button></button>
<button class="tablinks" id="old" onclick="openCity(event, 'coding')">Coding</button>
</div>
<div id="Home" class="tabcontent">
<h1>Home</h1>
<img src="PROgrammer-studios.png" alt="PROgrammer studios" style="width: 100%; border-radius: 20px; box-shadow: 5px 10px 18px black;">
<h2 style="text-align: center;">You have tried the rest, go with the best!</h2>
<h2>Like coding or gaming or even both? wellthen, welcome to <b>PARADISE!</b></h2>
<p>Lovingly created by the PROgrammer, with the gaming page created under the guidence of the GAMEr, this website is the same quality (if not better than) the popular gaming sites and well-known code websites, but without the pesky adds!</p>
<br>
<br>
<p style="text-align: center;">So, what are you waiting for?</P>
<br>
<br>
<p style="text-align: center;">Click a tab!</p>
<br>
<br>
<h1>HAVE <u>FUN!</u></h1>
<p style="position: fixed; left: 1; bottom: 0; background-color: white;">Contact us: <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
</div>
<div id="coding" class="tabcontent">
<iframe src="coding/coding.html" style="width: 100%; min-height: 800px;"></iframe>
</div>
<script src="website.js"></script>
</body>
</html>