-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
32 lines (29 loc) · 1.44 KB
/
header.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>図書館総合展2021 / カーリルブース</title>
<meta http-equiv="last-modified" content="Sun, 10 Feb 2013 14:00:46 GMT ">
<meta http-equiv="cache-control" content="Private">
<meta http-equiv="Expires" content="600">
</head>
<body>
<link rel="stylesheet" href="./src/sass/header.sass">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap" rel="stylesheet">
<div id="lf2021_header">
<div id="lf2021_navigation"><a class="backtolf" href="https://libraryfair.jp/">図書館総合展へ</a><a class="feelinglucky"
href="https://asia-northeast1-calil-sandbox.cloudfunctions.net/lfRedirect">となりのブースへ</a></div>
<div id="lf2021_title"><a class="lflogo" href="https://libraryfair.jp/"><img src="./assets/logo-lf.png"
srcset="./assets/logo-lf.png 1x,./assets/logo-lf@2x.png 2x" width="330" height="266"
alt="図書館総合展 TosoToso"></a>
<div><a href="./">
<h1>LF2021 ONLINE</h1>
<h2>カーリルブース</h2>
</a></div>
</div>
<div class="boothtop"><a href="https://calil.github.io/lf2021/">カーリルブースのトップへ</a></div>
</div>
</body>
</html>