-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.html
More file actions
46 lines (39 loc) · 1.49 KB
/
Copy pathupdate.html
File metadata and controls
46 lines (39 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RH0S49Z6L6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-RH0S49Z6L6');
</script>
<meta charset="UTF-8"/>
<title>Pokémon Chess</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="css/chess.css?v=2.2" rel="stylesheet"/>
</head>
<body>
<div class="content">
<div style="width:100%">
<img src="img/Pokemon%20Chess%20Logo.webp" height="300px" style="margin:10px;"/>
</div>
Maintenance break... Come back in a few minutes!
</div>
<div id="left_information">
Join the <a href="https://discord.gg/fp5bcCqg8q" target="_blank"><i class="fa-brands fa-discord"></i>
Discord!</a><br/>
Check out <a href="https://smashmonopoly.com" target="_blank">Smash Monopoly!</a><br/>
If you enjoy consider <a href="https://paypal.me/elxando" target="_blank">buying the dev a coffee?</a>
</div>
<div id="information">
Idea and graphics by <a href="https://www.youtube.com/c/LittleZubat" target="_blank">Little Z</a><br/>
Programming by <a href="https://www.youtube.com/ElXando1993" target="_blank">El Xando</a>
</div>
<iframe style="display:none;" src="https://pokemonchess.com" id="ifr"></iframe>
</body>
<script src="js/chess.js?v=4.0.1"></script>
</html>