forked from inaniwaudon/kyogaku-dendo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathposter.html
36 lines (34 loc) · 1.67 KB
/
poster.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>
<head>
<title>驚額の殿堂のポスター – 驚額の殿堂</title>
<meta charset="utf-8" />
<meta name="description" content="人間系学系棟前の石の広場で、圧倒的な低価格で美味しい焼きそばを提供します!" />
<meta name="keywords" content="雙峰祭, やきそば, 驚額の殿堂">
<link href="./style.css" rel="stylesheet">
<script src="./script.js"></script>
<style>
.poster {
max-width: 400px;
}
</style>
</head>
<body>
<!-- ナビゲーション ここから -->
<nav id="nav"></nav>
<!-- ナビゲーション ここまで -->
<!-- メインここから -->
<main>
<h1>驚額の殿堂のポスター</h1>
<a href="https://twitter.com/E6E0DB/status/1718262857455042575">
<img src="img/poster/kyogaku-poster.webp" alt="驚額の殿堂 石の広場 人社前にて販売! やきそば 150円 企画:A093 団体:やきそばマイスター" class="poster" />
</a>
<img src="img/poster/square.webp" alt="驚額の殿堂 雙峰祭150円やきそば 11月4–5日 石の広場・人文社会棟前にて! ※無くなり次第終了となります" class="poster" />
<img src="img/poster/modern.webp" alt="WONDERFUL YAKISOBA #雙峰祭2023 石の広場・人文社会棟前にて PLEASE VISIT OUR SITE! kyogaku.yokohama.dev" class="poster" />
<img src="img/poster/retro.webp" alt="焼蕎麦 百五十圓 石の広場・人文社会棟前にて販売 風味・滋養豊かなる逸品!" class="poster" />
<footer>
<a href="index.html">トップに戻る</a>
</footer>
</main>
</body>
</html>