-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.74 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Project Archive</title>
<meta name="description" content="すべてのWebツールを集約します">
<meta name="keywords" content="projectarchive,project,archive.otoneko,音猫,webtool,tool">
<meta name="theme-color" content="#f0ffff">
<meta property="og:title" content="Project Archive">
<meta property="og:description" content="すべてのWebツールを集約します">
<meta property="og:image" content="https://www.projectarchive.cloud/img/icon.png">
<meta property="og:url" content="https://www.projectarchive.cloud">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Project Archive">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Project Archive">
<meta name="twitter:description" content="すべてのWebツールを集約します">
<meta name="twitter:image" content="https://www.projectarchive.cloud/img/icon.png">
<meta name="twitter:url" content="https://www.projectarchive.cloud">
<meta name="twitter:site" content="@ProjectArchiveC">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" sizes="2048x2048" href="/img/icon.png">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<img class="logo" src="/img/logo.png">
<h2 id="name"></h2>
<div id="description"></div>
<div id="t-pp"></div>
<h2>サイトマップ</h2>
<div id="search-bar"></div>
<ul id="sitemap"></ul>
<footer></footer>
<script src="/script.js"></script>
</body>
</html>