-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.36 KB
/
Copy pathindex.html
File metadata and controls
33 lines (32 loc) · 1.36 KB
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>3 Second SNS</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./main.css">
<script defer src='./jquery-2.2.4.min.js'></script>
<script defer src="./main.js"></script>
<script defer src="./jquery.cookie.min.js"></script>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta property="og:title" content="3 Second SNS" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="3 Second SNS" />
<meta property="og:description" content="3秒だけ見れるSNS" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@narikakun" />
</head>
<body>
<div class="header">
<p>3 Second SNS</p>
</div>
<div class="board" id="board"></div>
<div class="post" id="footer">
<div class="post-f">
<input class="post-textbox" id="pco" type="text"/>
<label class="post-label" for="Text">テキスト</label>
</div>
</div>
</body>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</html>