-
Notifications
You must be signed in to change notification settings - Fork 459
/
error.html
39 lines (39 loc) · 1.54 KB
/
error.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>Color Game</title>
</head>
<body>
<center>
<hr size="10px" noshade align=center width="1200px" color="orange">
<hr size="10px" noshade align=center width="1200px" color="orange">
<h1>You Have Reached Error Page Hosted On S3</h1>
<h1>By Sreeharsha Veerapalli</h1>
<h1>Deploy Static Website In S3</h1>
<hr size="10px" noshade align=center width="1200px" color="orange">
<hr size="10px" noshade align=center width="1200px" color="orange">
</center>
<div id="smallcont">
<div></div>
<div id="try1"><strong>Lets Play Happily</strong></div>
</div>
<div id="container">
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
</div>
<div id="container">
<center>
<iframe src="https://giphy.com/embed/RMrL6J6CWyN5S" width="480" height="320" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/telugu-RMrL6J6CWyN5S">via GIPHY</a></p>
</center>
</div>
</body>
<script type="text/javascript" src="scorekeeper.js"></script>
</html>