-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (49 loc) · 1.36 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html>
<head>
<title>KingStephen - Discontinued Domain</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
text-align: center;
background-color: #fff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
img {
max-width: 200px;
height: auto;
}
h1 {
font-size: 24px;
color: #333;
margin-top: 20px;
}
p {
font-size: 16px;
color: #666;
margin-top: 10px;
}
</style>
</head>
<body>
<div class="container">
<img src="images/sunky.gif" style="width:200px; height:200px;"></img>
<h1>Hello, KingStephen Users,</h1>
<br>
<br>
<br>
<p>The owners have parted to create their own versions of KingStephen, It has been Split into Two Websites with similar contents:<br><br><br>Rainbow Games<br>and<br>KingStephen<br><br><br>The links to those websites will be linked down below once avalible, however, this specific site has been discontinued, and transfered to a different hosting service. Here's the <a href="kingstephen.vercel.app">new link</a>.</p>
</div>
</body>
</html>