-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
50 lines (41 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Monster In Me</title>
<meta name="description" content="👹 Get your self a monster name">
<meta name="author" content="Piyush Agrawal">
<meta property="og:url" content="http://ipiyush.com/monsterInMe" />
<meta property="og:type" content="website" />
<meta property="og:title" content="MonsterInMe" />
<meta property="og:description" content="👹 Get your self a monster name" />
<link rel="stylesheet" href="css/app.css" type="text/css" />
</head>
<body class="home">
<img id="first" src="img/mouth-top.png" class="first" alt="">
<img id="second" src="img/mouth-bottom.png" class="second" alt="">
<div class="content" id="content">
<img src="img/logo.png" class="logo" alt="">
<form action="#" id="name" class="form" autocomplete="off">
<div class="form-block">
<input type="text" id="old_name" placeholder="Type Your Name Here" required class="form-control">
<button type="submit" class="btn" id="submit"> Give me my Monster name </button>
</div>
</form>
<div class="monsterName" hidden>
<h1 class="text-center" id="mname"> Something </h1>
<button type="button" class="btn" onclick="window.location.reload()"> New Name? Try Again </button>
</div>
</div>
<div class="slider-bottom"></div>
<script type="text/javascript">
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
alert(" For good experience open this in Computer or Laptop")
}
</script>
<script src="js/jquery.mis.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/app.js"></script>
<script async src='https://pepper.swat.io/embed.js?eyJwb3NpdGlvbiI6InJpZ2h0IiwiY29sb3IiOiJjNTAwMmQiLCJjdXN0b21Db2xvciI6dHJ1ZSwiaWNvbiI6InBhY21hbiIsInByb25vdW4iOiJ1cyIsImxhbmd1YWdlIjoiZW4iLCJicmFuZGVkIjp0cnVlLCJpbnRyb1RleHQiOiJOZWVkIGhlbHAgd2l0aCBNT05TVE9SSU5NRSBvciB3YW50IHRvIGtub3cgbW9yZSBhYm91dCBLaHVyYWZhdFN0dWRpbz8gR2V0IGluIGNvbnRhY3QhIiwiY2hhbm5lbHMiOltbInR3aXR0ZXIiLCJLaHVyYWZhdFN0dWRpbyIsInNvY2lhbCJdLFsic2xhY2siLCJLaHVyYWZhdCIsInNvY2lhbCJdLFsiZmFjZWJvb2siLCJLaHVyYWZhdFN0dWRpbyIsInNvY2lhbCJdLFsiZ2l0aHViIiwiaHR0cHM6Ly9naXRodWIuY29tL0todXJhZmF0Iiwic29jaWFsIl0sWyJlbWFpbCIsImhlbGxvQGtodXJhZmF0c3R1ZGlvLmNvbSIsImNsYXNzaWMiXV19'></script>
</body>
</html>