forked from ankit039/simple_image_quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
26 lines (24 loc) · 828 Bytes
/
index.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
<html>
<head>
<meta charset="UTF-8">
<title>Quiz</title>
<link rel="icon" href="mil.png" type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="asset/css/style.css">
</head>
<body>
<form action="q1connect.php" method="post">
<div class="box black">
<div align="center">
<br><br><br><br><br><br><br>
<h1>WAR FOR TREZOR</h1>
<div class="container">
<br><br><br><br><br><br><br><br>
<a href="q1.php"><buttonx type="submit" name="submit" ><strong>Click here to play WAR FOR TREZOR!</strong></buttonx></a>
<br><br>
</div>
</div>
</div>
</form>
</body>
</html>