Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
naisu-dev committed Aug 7, 2024
1 parent aec52bc commit 4b3e0d8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
Empty file added FETCH_HEAD
Empty file.
34 changes: 27 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
<html>
<head>
<title>naisu.moe</title>
</head>
<body>
<p>あいうえお</p>
</body>
<!DOCTYPE html>
<html lang="ja" dir="ltr">
<head>
<meta charset="utf-8">
<title>もえもえないす</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap" rel="stylesheet">
</head>
<body class="text-center zen-kaku-gothic-new-regular mx-5 m-5">
<h1 class="h1">もえもえないすのページ!!</h1>
<img class="img-fluid" src="https://count.getloli.com/get/@naisu?theme=gelbooru">
<ul class="list-group list-group-flush">
<li class="list-group-item h1">SNS
<ul class="list-group list-group-flush">
<a class="list-group-item list-group-item-action h3" href="https://bsky.app/profile/naisu.moe">bluesky(naisu.moe)</a>
<a class="list-group-item list-group-item-action h3" href="https://discord.com/users/874430259599142922">discord(naisu.moe)</a>
<a class="list-group-item list-group-item-action h3" href="https://twitter.com/naisu_dayo">twitter(naisu_dayo)</a>
<a class="list-group-item list-group-item-action h3" href="https://github.com/naisu-dev">github(naisu-dev)</a>
</ul>
</li>
</ul>
</body>
</html>
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.zen-kaku-gothic-new-regular {
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
}

0 comments on commit 4b3e0d8

Please sign in to comment.