-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnext.html
25 lines (25 loc) · 892 Bytes
/
next.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ROUNDS</title>
<link rel="icon" href="./images/guess.png">
<link rel="stylesheet" href="./style2.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"><link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="box-form">
<div class="left">
<div class="overlay">
<h1>SELECT THE ROUND</h1>
<p>INTERACTIVE WORD GUESSING TOOL TAILORED FOR NOVICE CODERS AND JOB SEEKERS </p>
<div class="ROUNDS">
<a href="./coding.html" class="code">Coding</a>
<a href="./aptitude.html" class="Aptitude">Aptitude</a>
</div>
</div>
</div>
</div>
</body>
</html>