-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (24 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<title>Is Comic Studio Down?</title>
</head>
<body>
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.jsdelivr.net/gh/alfg/[email protected]/dist/ping.min.js" type="text/javascript"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="down.js"></script>
<h1>Is Comic Studio Down?</h1> <h5>(refresh every 5 second :v)</h5>
<h3>Method 1: XMLHttpRequest (not too efficient i guess)</h3>
<p id="isdown">Loading... this take 5 seconds to load...</p>
<p id="time">Loading... this take 5 seconds to load...</p>
<h3>Method 2: Ping</h3>
<p id="isdown2">Loading... this take 5 seconds to load...</p>
<h3>Method 3: Get image (through CDN)</h3>
<p id="isdown3">Loading... this take 5 seconds to load...</p>
<h3>Method 4: appendChild (i guess)</h3>
<p id="isdown4">Loading... this take 5 seconds to load...</p>
<h4>Code by Bang1338, design by Bang1338</h4>
<h4>Tools used: Sublime Text and Cent Browser</h4>
</body>
</html>