forked from adi112100/FirstWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
online.html
47 lines (32 loc) · 1.21 KB
/
online.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
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Karla&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style2.css">
<title>Online</title>
</head>
<body>
<div class="mainn">
<div class="parallaxxx">
<h1 class="text_centre">Play Online For Free!!</h1>
<h3 class="text_centre"> by ASMstudio </h3>
</div>
</div>
<div class="backk">
<a href="/main.html"> Home</a>
</div>
<div class="container">
<div class="box" id="box-1">
<img src="/alphaBattle.jpg" alt="">
<a href="https://myfirstwebgame.000webhostapp.com/alpha%20Battle/index.html" target="_blank">Play</a>
</div>
<div class="box" id="box-2">
<img src="/sort.jpg" alt="">
<a href="https://myfirstwebgame.000webhostapp.com/sort_visualizer/index.html" target="_blank">Play</a>
</div>
</div>
</body>
</html>