-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>未来ガジェット研究所</title>
<link rel="stylesheet" href="https://cdn.bootcss.com/semantic-ui/2.2.13/semantic.min.css">
<link rel="stylesheet" href="stylesheets/fgl.css">
<link rel="stylesheet" href="stylesheets/index.css">
<link rel="prefetch" href="images/b1.jpg">
</head>
<body>
<section>
<nav class="ui inverted pointing menu">
<div id="menu" class="ui container"></div>
</nav>
<div class="context">
<img src="images/fgl.png" alt="">
</div>
<div class="context">
<p>ようこそ</p>
<p>ここは未来ガジェット研究所ホームページです</p>
</div>
<div class="ui active dimmer">
<div class="ui loader"></div>
</div>
</section>
</body>
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/semantic-ui/2.2.13/semantic.min.js"></script>
<script src="javascripts/fgl.js"></script>
<script src="javascripts/index.js"></script>
</html>