forked from SWU-Petranaki/SWUOnline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMoved.php
More file actions
36 lines (36 loc) · 1.97 KB
/
Moved.php
File metadata and controls
36 lines (36 loc) · 1.97 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
<head>
<meta charset="utf-8">
<title>Karabast</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gemunu+Libre:wght@200..800&display=swap" rel="stylesheet">
<style>
body {
background-size: cover;
background-position: center;
background-image: url('./Images/gamebg.jpg');
width: 100%;
min-height: 100vh;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}
</style>
</head>
<body>
<div style="height:600px; width: 800px; padding: 4px 32px 64px 32px; position:relative; top:10%; left: 25%; background-color: rgba(100,100,100,0.7);font-family:barlow;color: white;margin: 0;">
<p style="font-size: 64px; font-weight: 700;">Big Things are on the Way!</p>
<p style="font-size: 28px;">
The Karabast team is getting ready to release the new engine under <a href="https://beta.karabast.net">public beta here</a>
<br/><br/>
To continue playing using the previous engine, please head on over to <a href="https://petranaki.net">Petranaki.net</a>!
</p>
<p style="font-size: 28px;">
There, you will still be able to test out your decks and strategies, preview the new set, and play with your friends as before.
</p>
<br/><br/><br/>
<p style="font-size: 18px;">Be sure to check out the <a href="https://discord.gg/hKRaqHND4v">Karabast</a> Discord for updates and announcements on the new engine.</p>
<p style="font-size: 18px;">For the Petranaki Discord, please visit <a href="https://discord.gg/AN5GEXSu">here</a>.</p>
</div>
</body>