-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 2.29 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css">
<title>Select what you are interested in</title>
</head>
<body>
<div class="title">Select what you are interested in:</div>
<div class="buttons">
<a href="https://google.com/" target="_blank">Click me please to redirect 1</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 2</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 3</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 4</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 5</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 6</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 7</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 8</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 9</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 10</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 11</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 12</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 13</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 14</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 15</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 16</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 17</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 18</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 19</a>
<a href="https://google.com/" target="_blank">Click me please to redirect 20</a>
</div>
</body>
</html>