-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 1.17 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
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Adseeg</title>
<meta name="Description" content="Google+の便利な機能を継承した高機能なSNS">
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="favicon.ico">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="login">
</div>
<header>
<h1></h1>
</header>
<div id="content">
<main>
<aside>
</aside>
<article>
</article>
<aside>
</aside>
</main>
</div>
<script src="https://www.gstatic.com/firebasejs/5.5.3/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyCalG3j4tdCDQYW6Dtm5ZPI0ayk0so08No",
authDomain: "adseeg-351e5.firebaseapp.com",
databaseURL: "https://adseeg-351e5.firebaseio.com",
projectId: "adseeg-351e5",
storageBucket: "adseeg-351e5.appspot.com",
messagingSenderId: "132373212276"
};
firebase.initializeApp(config);
</script>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/login.js"></script>
</body>
</html>