forked from codeforkanazawa-org/notalone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sns.html
51 lines (32 loc) · 1.53 KB
/
sns.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
51
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- キャッシュしない -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<!-- -->
<title>のとノットアローン|SNS</title>
<link rel="stylesheet" href="css/notalone.css">
<link rel="stylesheet" href="js/jquery-ui-1.11.4.custom/jquery-ui.min.css">
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.11.4.custom/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/notalone.js"></script>
</head>
<body onload="init()">
<!-- fix start -->
<div id="top-menu" onClick="top_index()"></div>
<!-- fix end -->
<!-- fix div 調整用 -->
<div id="menu-back"></div>
<div id="about_contener" style="text-align:center">
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FprojectNNA%2F&tabs=timeline&width=320&height=600&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=false&appId=686556661509101" width="320" height="600" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<!--div id="dummy">
</div-->
<!-- Page Checker (style display:none)-->
<div id="thispage">about.html</div>
<!--textarea id="result"></textarea-->
</body>
</html>