-
Notifications
You must be signed in to change notification settings - Fork 0
/
congrats.html
37 lines (35 loc) · 1.43 KB
/
congrats.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Congratulations!</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container text-center">
<div class="row align-items-center">
<div class="col">
</div>
<div class="col-6">
<h1 id="title">Nazo game for web</h1>
<div class="card text-white bg-secondary">
<div class="card-header">
<h3> Congratulations! </h3>
</div>
<div class="card-body">
<p> You have completed the game! </p>
<p> Password to sage: 6ec06RaWHqu2Q9t</p>
<p> About: this nazo game is a project of webapp devleopment.</p>
</div>
</div>
</div>
<div class="col">
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
</body>
</html>