-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (55 loc) · 1.58 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#444444">
<title>FUN-AI-2109-未来祭</title>
<link rel="shortcut icon" href="./img/icon-mini.gif">
<link rel="stylesheet" href="./css/base.css" type="text/css">
<link rel="stylesheet" href="./css/m2019.css" type="text/css">
<link rel="stylesheet" href="./css/grid.css" type="text/css">
</head>
<body>
<div id="top">
<h1>FUN AI</h1>
</div>
<div id="menu">
<ul>
<a href="#about"><li>FUN AI</li></a>
<a href="#display"><li>展示</li></a>
<a href="#store"><li>模擬店</li></a>
</ul>
</div>
<div id="main">
<h2 id="abot">FUN AIについて</h2>
<p>
未来大人工知能サークルのFUN AIです。<br>
サークルホームページ: <a href="https://fun-ai.github.io/HP/">https://fun-ai.github.io/HP/</a><br>
</p>
<h2 id="display">展示</h2>
<p>
*ここに展示の簡単な説明を入れます。<br>
</p>
<h2 id="store">模擬店</h2>
<p>
メニュー(内容や値段は変更する可能性があります)
<ul>
<li>お菓子つかみ取り...300円</li>
<li>ラズベリーパイ(2個)...300円</li>
<li>コーヒー...調整中</li>
</ul>
</p>
<p>
試作のラズベリーパイの写真です。<br>
<img src="./img/DSC_0604.jpeg"/><br>
</p>
<p>
2018年度のFUN AI模擬店の様子です。<br>
<img src="img/P_20181006_094935_vHDR_On.jpg"/><br>
</p>
</div>
<div id="foot">
<div class="msgCenter"><p>FUN AI 2019</p></div>
</div>
</body>
</html>