-
Notifications
You must be signed in to change notification settings - Fork 0
/
completed.php
27 lines (26 loc) · 893 Bytes
/
completed.php
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
<?php
/**
* Created by PhpStorm.
* User: sumeet
* Date: 18/1/17
* Time: 4:55 AM
*/
?>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#9500ca"/>
<link rel="icon" type="image/png" href="css/favicon.png">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div class="row pt pl pr text-center">
<h1>Congratulations you have completed the Hunt !!!!</h1>
</div>
</div>
</body>
</html>