-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
110 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,116 @@ | ||
<html lang="ja"> | ||
<head> | ||
<script></script> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" | ||
crossorigin="anonymous" | ||
/> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap" | ||
rel="stylesheet" | ||
/> | ||
|
||
<head> | ||
<script></script> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap" rel="stylesheet" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://www.kits-tools.net/assets/css/reset.css" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://www.kits-tools.net/assets/css/base.css" | ||
/> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous" | ||
></script> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
href="https://www.kits-tools.net/assets/favicon/apple-touch-icon.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="32x32" | ||
href="https://www.kits-tools.net/assets/favicon/favicon-32x32.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="16x16" | ||
href="https://www.kits-tools.net/assets/favicon/favicon-16x16.png" | ||
/> | ||
<link | ||
rel="manifest" | ||
href="https://www.kits-tools.net/assets/favicon/site.webmanifest" | ||
/> | ||
<link | ||
rel="mask-icon" | ||
href="https://www.kits-tools.net/assets/favicon/safari-pinned-tab.svg" | ||
color="#5bbad5" | ||
/> | ||
<meta name="msapplication-TileColor" content="#3c3c6c" /> | ||
<meta name="theme-color" content="#3c3c6c" /> | ||
|
||
<link rel="stylesheet" href="https://www.kits-tools.net/assets/css/reset.css" /> | ||
<link rel="stylesheet" href="https://www.kits-tools.net/assets/css/base.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous"></script> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://www.kits-tools.net/assets/favicon/apple-touch-icon.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="https://www.kits-tools.net/assets/favicon/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="https://www.kits-tools.net/assets/favicon/favicon-16x16.png" /> | ||
<link rel="manifest" href="https://www.kits-tools.net/assets/favicon/site.webmanifest" /> | ||
<link rel="mask-icon" href="https://www.kits-tools.net/assets/favicon/safari-pinned-tab.svg" color="#5bbad5" /> | ||
<meta name="msapplication-TileColor" content="#3c3c6c" /> | ||
<meta name="theme-color" content="#3c3c6c" /> | ||
<style> | ||
.content { | ||
margin: 0 20px; | ||
min-height: calc(100vh - 132.5px); | ||
} | ||
</style> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>メモ帳 - KITs</title> | ||
</head> | ||
|
||
<style> | ||
.content { | ||
margin: 0 20px; | ||
min-height: calc(100vh - 132.5px); | ||
} | ||
</style> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>メモ帳</title> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar navbar-expand-sm"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand white" href="https://kits-tools.net/index.html"> | ||
<img src="https://www.kits-tools.net/assets/images/logo.svg" width="32px" /> | ||
</a> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active white" aria-current="page" href="https://www.kits-tools.net/index.html">ホーム</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link white" href="https://www.kits-tools.net/about.html">KITsとは?</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link white" href="https://www.kits-tools.net/links.html">リンク集</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link white" href="https://blog.kits-tools.net/">開発者ブログ・使い方など</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<div id="root" class="content"></div> | ||
<script type="module" src="./main.tsx"></script> | ||
<footer> | ||
<p>© 2024 Kaisei Information Technologies</p> | ||
</footer> | ||
</body> | ||
<body> | ||
<nav class="navbar navbar-expand-sm"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand white" href="https://kits-tools.net/index.html"> | ||
<img | ||
src="https://www.kits-tools.net/assets/images/logo.svg" | ||
width="32px" | ||
/> | ||
</a> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a | ||
class="nav-link active white" | ||
aria-current="page" | ||
href="https://www.kits-tools.net/index.html" | ||
>ホーム</a | ||
> | ||
</li> | ||
<li class="nav-item"> | ||
<a | ||
class="nav-link white" | ||
href="https://www.kits-tools.net/about.html" | ||
>KITsとは?</a | ||
> | ||
</li> | ||
<li class="nav-item"> | ||
<a | ||
class="nav-link white" | ||
href="https://www.kits-tools.net/links.html" | ||
>リンク集</a | ||
> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link white" href="https://blog.kits-tools.net/" | ||
>開発者ブログ・使い方など</a | ||
> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<div id="root" class="content"></div> | ||
<script type="module" src="./main.tsx"></script> | ||
<footer> | ||
<p>© 2024 Kaisei Information Technologies</p> | ||
</footer> | ||
</body> | ||
</html> |