-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (42 loc) · 2.14 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
<!DOCTYPE html>
<html lang="en" onclick="jump()">
<head>
<meta charset="UTF-8">
<title>Game</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css">
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<div class="main">
<div id="game">
<div id="character"></div>
<div id="block"></div>
</div>
<!-- <a href=""><button>RESTART</button></a> -->
<!-- <div>
<p style="font-size:20px;color:#ff0066;">Made by KSHITIZ GOEL 💖⚡ </p></div> -->
<!-- Link to page
================================================= -->
<a href="https://github.com/kshitiz-goel07" class="link-to-page hover-target" target="_blank"><img src="kshitiz.jpg"></a>
</div>
<!-- thank you -->
<!--===== FOOTER =====-->
<footer class="footer">
<h2 style="color:#00ffff;">Restart Game : <a href="" class="footer__icon"><i class='bx bx-refresh bx-spin' ></i></a></h2>
<p class="footer__title">JUMP GAME BY KSHITIZ</p>
<div class="footer__social"> <a href="https://www.facebook.com/" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
<a href="https://www.instagram.com/kshitizgoel07/?hl=en" class="footer__icon"><i class='bx bxl-instagram' ></i></a>
<a href="https://github.com/kshitiz-goel07" class="footer__icon"><i class='bx bxl-github'></i></a>
<a href="https://twitter.com/kshitizgoel07" class="footer__icon"><i class='bx bxl-twitter' ></i></a>
<a href="https://www.linkedin.com/in/" class="footer__icon"><i class='bx bxl-linkedin' ></i></a>
</div>
<p>©2020 All rights Reserved | <i class='bx bx-laptop'></i> Design By KSHITIZ GOEL</p>
</footer>
<script src="script.js"></script>
</body>
</html>