-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (24 loc) · 877 Bytes
/
404.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
<meta charset="utf-8"></meta>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
</meta>
<link
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
</link>
<link href="style.css" rel="stylesheet"></link>
<title>QUANTA 2018 | Error</title>
<body>
<div class="container centered text-center">
<img src="Assets/lol.png" class="img-fluid" style="width:50%; height:auto;">
<br>
<br>
<p class="h1 text-center" style="font-size:150%">Whoops, you broke the page :(</p>
<div class="text-center" style="padding-top:10%;">
<a href="https://www.quanta2018.com"><button type="button" class="btn btn-danger">Rescue me!</button></a>
</div>
</div>
</body>