-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblank.html
More file actions
63 lines (57 loc) · 2.86 KB
/
blank.html
File metadata and controls
63 lines (57 loc) · 2.86 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yachie lab</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/content.css">
<link rel="stylesheet" href="./css/publications.css">
<link rel="stylesheet" href="./css/chinese.css">
<link rel="stylesheet" href="./css/instagram.min.css">
<link rel="icon" href="./img/favicon.ico">
<script src="./js/common.js" defer=""></script>
<script src="./js/mobile_menu.js" defer=""></script>
</head>
<body>
<div id="container">
<!-- Header -->
<header id="mobile_header">
<a href="index.html"><img src="./img/teal_yachielablogo.svg" alt="Yachielab logo"></a>
<div id="menu-icon">
<div class="menu-icon__bar"></div>
<div class="menu-icon__bar"></div>
<div class="menu-icon__bar"></div>
</div>
</header>
<header id="normal_header"></header>
<main>
<!-- Sidebar Content -->
<aside></aside>
<!-- Main Content -->
<section class="posts"></section>
<section id="mobile-menu">
<div id="inter_link">
<p><a href="./index.html">Top</a></p>
<p><a href="./research.html">Research</a></p>
<p><a href="./news.html">News</a></p>
<p><a href="./people.html#People_UBC">People at UBC</a></p>
<p><a href="./people.html#People_Osaka">People at Osaka Univ.</a></p>
<p><a href="./publications.html">Publications</a></p>
<p><a href="./joinus.html">Join us</a></p>
<p><a href="./contact.html">Contact</a></p>
<p><a href="./collab.html">Collaborators</a></p>
<p><a href="./resources.html">Resources</a></p>
</div>
</section>
</main>
<!-- Footer -->
<footer></footer>
</div>
</body>
</html>