-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (35 loc) · 1.9 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
<!DOCTYPE html>
<html lang="ja-JP">
<head>
<title>SBmod_box</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Expires" content="604800">
<meta name="google-site-verification" content="twHd1_dcLk0jPfi-Gu5qumZ_AlAK5hTdOmgv0Drb6tc" />
<link rel="icon" href="images/favicon.ico" />
<link rel="icon" href="images/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" type="image/png" href="images/apple-touch-icon.png">
<meta name="description" content="ビル経営ゲームのmodをまとめています。ダウンロードしてスプライトをアップロードすれば簡単に導入出来ます!">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<header id="navbar"></header>
<main class="flex flex-col justify-start items-center gap-5 max-w-[800px] w-full min-h-screen h-full m-auto my-10">
<div class="flex flex-col rounded-lg bg-neutral-200 p-5">
<h3 id="title" class="text-2xl font-bold">modを探す</h3>
<p id="content">ビル経営ゲームのMODを入れたいと思ったことはありませんか?<br/>そんなあなたへ!ビル経営ゲームのMODのプロジェクトを見てみましょう</p>
</div>
<script src="https://utteranc.es/client.js"
repo="dmmo-com-jp/SBmod_box"
issue-term="pathname"
theme="github-light"
crossorigin="anonymous"
async>
</script>
</main>
</body>
<script src="script.js"></script>
<script src="scripts/navbar.js"></script>
</html>