-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (28 loc) · 1.44 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://pingendo.com/assets/bootstrap/bootstrap-4.0.0-alpha.5.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="cover bg-primary text-center">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="display-1 text-white text-center"><b>Check your backups</b> Day!</h1>
<h1 class="text-white">February 1st!</h1><br><br>
<p class="lead text-white">In dedication to the @GitLab outage of February 1st 2017!
<img class="center-block img-fluid d-block mx-auto" width="35%" src="https://i.imgur.com/2te7ZJP.png">
<img class="center-block img-fluid d-block mx-auto" width="90%" src="https://i.imgur.com/DYwNAfj.png">
</p>
<br>
<p class="text-white text-center">In jest and love by <a class="text-white" href="https://twitter.com/CyberShambles">@CyberShambles</a></p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>
</body>
</html>