Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
otoneko1102 authored Jun 10, 2024
1 parent 5b93c89 commit e35a311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="img/maid.webp" type="image/webp">
<link rel="shortcut icon" href="img/maid.webp" type="image/webp">
<link rel="icon" href="img/maid.png" type="image/png">
<link rel="shortcut icon" href="img/maid.png" type="image/png">

<meta name="theme-color" content="#777000">
<meta name="description" content="Discord Bot 「メイドちゃん」のドキュメントです">
<meta property="og:title" content="MaidProject">
<meta property="og:description" content="Discord Bot 「メイドちゃん」のドキュメントです">
<meta property="og:url" content="https://maidproject.otoneko.jp/">
<meta property="og:image" content="https://maidproject.otoneko.jp/img/maid.webp">
<meta property="og:image" content="https://maidproject.otoneko.jp/img/maid.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@rin_pineapple">
<meta name="twitter:title" content="メイドちゃん">
Expand Down Expand Up @@ -40,7 +40,7 @@
<main>
<div class="yellow-line"></div>
<h2 class="title">MaidChan</h2>
<img src="img/maid.webp">
<img src="img/maid.png">
<p class="description">メイドちゃんのドキュメントです</p>

<h2>♟Verfied Discord Bot♟</h2>
Expand Down

0 comments on commit e35a311

Please sign in to comment.