-
Notifications
You must be signed in to change notification settings - Fork 0
/
result-jammer.html
35 lines (31 loc) · 1.11 KB
/
result-jammer.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 lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<style>
body {
background-color: #f1f1f1;
}
.btn-xl {
padding: 1rem 2rem;
font-size: 1.5rem;
line-height: 2;
border-radius: .6rem;
}
</style>
<title>#BOEF</title>
</head>
<body>
<div class="container" style="z-index: 10">
<div class="row" style="margin-bottom: 50px; padding-top: 50px;">
<div class="col" style="background-color: #f1f1f1; padding-top: 25px; padding-bottom: 25px">
<h1 style="font-size: 7vw; text-align: center; color: red;">YOU'VE BEEN CAUGHT!</h1>
<a class="btn btn-xl btn-secondary btn-block" href="index.html" role="button">Play again</a>
</div>
</div>
</div>
</body>
</html>