-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (55 loc) · 2.69 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Play Tic-Tac-Toe with Friends and Bots | Deveoped by Suraj</title>
<link rel="icon" href="https://uxwing.com/wp-content/themes/uxwing/download/28-toys-and-childhood/tic-tac-toe.svg">
<link rel="stylesheet" href="css/style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="css/loader.css">
<meta name="keywords" content="game,gameloop,game download,game of thrones,gamezop,game video,game guardian,game khela,game for peace,game apps,game apk,game all,game apps 2020,tic tac toe,tic tac toe meaning,tic tac toe tricks,tic tac toe game in python,tic tac toe multiplayer,tic tac toe glow,tic tac toe game,tic tac toe python,tic tac toe board,tic tac toe song,tic tac toe meme,tic tac toe flip cup,tic tac toe grid,tic tac toe rules,tic tac toe app">
<link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Tic-Tac-Toe">
<meta name="apple-mobile-web-app-title" content="Tic-Tac-toe">
<meta name="msapplication-starturl" content="/index.html">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body>
<div class="loader-wrapper">
<div class="loadingio-spinner-eclipse-o78o8tpvu1p">
<div class="ldio-z6kqg2nwmsq">
<div></div>
</div>
</div>
</div>
<div class="cont">
<h1>Play Tic-Tac-Toe with <br><span class="fb"> Friends and Bots.</span></h1>
<h4><a href="https://github.com/sadiqabubakar526">Developed By Suraj Abubakar Dulah</a></h4>
<div class="over">
<div class="btn-cont">
<button class="btn btn-one" onclick="bot()">
<i class='bx bx-send'></i>
<span class="text">
Play with Bots
</span>
<span class="loading-animate"></span>
</button>
<button class="btn btn-two" onclick="multi()">
<i class='bx bx-send'></i>
<span class="text">
Play with Friends
</span>
<span class="loading-animate"></span>
</button>
</div>
</div>
</div>
<script src="js/index.js"></script>
<script src="js/jquery.js"></script>
<script src="js/loader.js"></script>
<script src="js/route.js"></script>
</body>
</html>