-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
23 lines (23 loc) · 896 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/Start.css" rel="stylesheet" >
<link href="images/icon.png" rel="icon" >
<title>Test Your Iq</title>
</head>
<body>
<img id="indexBackground" src="images/backgroundimg.png" >
<img id="backgroundPhone" src="images/backgroundPhone.png" >
<div id="title">
<span>TEST YOUR IQ</span>
</div>
<div>
<p id="textOne">Welcome to the test !</p>
<p id="textTwo">Let's test your iq by solving problems.</p>
<p id="testText">"Remember to read all the questions carefully"</p>
<button onclick="enter()" type="submit" id="continue">Continue</button>
</div>
<script src="assets/Start.js" ></script>
</body>
</html>