-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 883 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Is my Mobile on fire?</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Is my Mobile on fire??" />
<!-- PushAlert -->
<script type="text/javascript">
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = "https://cdn.pushalert.co/integrate_810b841c4a89c78cea260c655eb13eeb.js";
s.parentNode.insertBefore(g, s);
}(document, "script"));
</script>
<!-- End PushAlert -->
<style>
h1 {
font-size: 76px;
line-height: 76px;
height: 76px;
font-family: Helvetica, sans-serif;
font-weight: bold;
position: fixed;
top: 50%;
margin-top: -38px;
width: 100%;
text-align: center;
}
</style>
</head>
<body>
<h1 title="Probably not...">No..!!</h1>
</body>
</html>