-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (25 loc) · 927 Bytes
/
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
<!DOCTYPE html>
<!-- saved from url=(0044)https://jibberish.firebaseapp.com/index.html -->
<html class=" js no-touch"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jibberish</title>
<link rel="stylesheet" href="css/background.css">
<link rel="stylesheet" href="css/component.css">
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<body>
<div class="bg-img"></div>
<div class="wrapper">
<div class="absolute">
<h1 class="heading">Jibberish ばかげた</h1>
<button class="butn icon-arrow-right" id="login-btn">LOGIN</button>
</div>
</div>
<script>
$("#login-btn").on("click", function() {
console.log(window.location);
window.location = "chat.html";
});
</script>
</html>