-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (45 loc) · 3.29 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
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: https://ogp.me/ns#">
<meta http-equiv="content-type" charset="UTF-8">
<meta name="format-detection" content="telephone=no">
<meta property="og:url" content="https://macaron924.github.io/allb/">
<meta property="og:type" content="website">
<meta property="og:title" content="はっぴーゆにこーん☆">
<meta property="og:description" content="ラスバレのいろいろな情報をまとめたサイトです。">
<meta property="og:site_name" content="はっぴーゆにこーん☆">
<meta property="og:image" content="https://macaron924.github.io/allb/images/icon.png">
<meta name="twitter:card" content="summary">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="./images/icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&family=Noto+Sans+JP&display=swap">
<link rel="stylesheet" href="https://unpkg.com/destyle.css@1.0.5/destyle.css">
<link rel="stylesheet" href="./css/menu.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/top-style.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous" defer></script>
<script src="./js/menu.js" defer></script>
<title>はっぴーゆにこーん☆ ―マカロンのラスバレまとめサイト―</title>
</head>
<body>
<script src="./js/header.js"></script>
<script>writeHeader(0);</script>
<img class="top-banner" src="./images/top-banner_2.png">
<main>
<div class="flex_menu-box">
<a href="./memoria/"><div class="flex_menu-item">MEMORIA<br><img src="./images/item/medal_memoria.webp"></div></a>
<a href="./costume/"><div class="flex_menu-item">COSTUME<br><img src="./images/item/medal_pendant-normal.webp"></div></a>
<a href="./charm/"><div class="flex_menu-item">CHARM<br><img src="./images/item/parts_legendary.webp"></div></a>
<a href="./order/"><div class="flex_menu-item">ORDER<br><img src="./images/item/medal_order.webp"></div></a>
<a href="./gacha/"><div class="flex_menu-item">GACHA<br><img src="./images/item/gacha-ticket_5kakutei.webp"></div></a>
<a href="./exchange/"><div class="flex_menu-item">EXCHANGE<br><img src="./images/item/exchange_memoria_summer-live-bd.webp"></div></a>
<a href="./legendary/"><div class="flex_menu-item">LEGENDARY<br><img src="./images/item/medal_legendary-battle.webp"></div></a>
<a href="./other/"><div class="flex_menu-item">OTHER<br><img src="./images/item/coin_sell.webp"></div></a>
<a href="./contact/"><div class="flex_menu-item">お問い合わせ<br><img src="./images/item/skill-hojo-3.webp"></div></a>
</div>
</main>
<script src="./js/footer.js"></script>
</body>
</html>