-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (20 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<title>WWW Slides </title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script type="text/javascript" src="assets/js/index.js"></script>
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<div class="background">
<div class='content'>
<img src="assets/image/index/logo.png" style="">
<h3>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</h3>
<h2>Please select your SNS account</h2>
<img src='assets/image/index/signinFacebook.png' alt='quit' class="snsLogin" id='signinFacebook' style="margin-left:10px; width: 45%;" onclick="location.href='/auth/facebook/'"/>
<img src='assets/image/index/signinGoogle.png' alt='quit' class="snsLogin" id='signinGoogle' style="margin-left:10px; width: 45%;" onclick="location.href='/auth/google'" />
</div>
</div>
</body>
</html>