-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult2.html
More file actions
30 lines (28 loc) · 1.09 KB
/
result2.html
File metadata and controls
30 lines (28 loc) · 1.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Guess game</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container"><br><br>
<h3>The right name is: Mihai</h3>
<h4>Well played, human. Someone give this man a cookie :)</h4>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width:100%">Level 2 Completed, Game progress: 100%
</div>
</div>
<img src="img/happy.jpg">
</div>
<hr>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-4">
<a href="guess.html"><button type="submit" class="btn btn-default">Home</a></button>
</div>
</div>
</body>
</html>