-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.html
36 lines (26 loc) · 959 Bytes
/
map.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 lang="ja">
<head>
<meta charset="UTF-8">
<title>Directions</title>
</head>
<body>
<h1> Day 1: Building 2, 1st Floor, Room C121 </h1>
You first go to the guard box, tell the guard that you are attending TPP2021,
then enter from the nearby entrance, ([3: 正面玄関] in the map).
Go to [6: コミュニケーションアトリウム] and head towards [7: 2号館].
You have to go upstairs to the corridor that connects [6] and [7].
<img width="80%" src="map_day1.jpg">
<img width="80%" src="1.jpg">
<img width="80%" src="2.jpg">
<img width="80%" src="3.jpg">
<img width="80%" src="4.jpg">
<img width="80%" src="5.jpg">
<h1> Day 2: Building 14, 1st Floor, Room E131 </h1>
You need not to visit the guard box.
Directly come to the entrance of Building 13 (designated [16: 13号館] in the map),
which is also the shared entrance of Building 14.
<img width="80%" src="map_day2.jpg">
<img width="80%" src="6.jpg">
</body>
</html>