-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfail.html
More file actions
35 lines (33 loc) · 777 Bytes
/
fail.html
File metadata and controls
35 lines (33 loc) · 777 Bytes
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>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu"
crossorigin="anonymous"
/>
<style>
body {
background-color: #cab0a3;
margin: auto;
margin-top: 30px;
width: 60%;
padding: 10px;
text-align: center;
}
header{
margin-top: 100px;
}
</style>
<header>
<br />
<h1><b>You failed!</b></h1>
<br />
<h2>...more description to follow...</h2>
</header>
<body align="center">
<br />
Press this button to restart:
<a href="c81e728d9d4c2f636f067f89cc14862c" class="btn btn-danger" role="button">Begin</a>
</body>
</html>