-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovies.html
72 lines (66 loc) · 2.56 KB
/
movies.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
66
67
68
69
70
71
72
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-script-type" content="text/javascript" />
<link rel="stylesheet" href="../css/gallery.css" type="text/css" />
<link rel="stylesheet" href="../css/styles.css" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<title>東京大学機械系五月祭展示</title>
</head>
<body>
<script src="../js/checkIE.js"></script>
<div id = "wrap">
<header>
<hgroup>
<a href="../index.html">
<img src="../img/menu08.png" alt="image01" border="0"/><br>
</a>
<nav class = "navtop">
<!--<h1>東京大学五月祭機械系展示</h1>-->
<ul class="menu" rel="sam1">
<li><a href="../index.html">Home</a></li>
<li><a href="info.html">Info</a></li>
<li><a href="map.html">Map</a></li>
<li><a href="link.html">Link</a></li>
<li><a href="movies.html">Movies</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</nav>
</hgroup>
</header>
<h1>機械系展示CM</h1>
<div align="center">
<iframe width="640" height="480" src="http://www.youtube.com/embed/8rWlSXtqugg" frameborder="0" allowfullscreen></iframe>
</div>
<h1>自主プロジェクト</h1>
<div align="center">
<iframe width="640" height="480" src="http://www.youtube.com/embed/taPNer0m500" frameborder="0" allowfullscreen></iframe>
</div>
<h1>JSKゼミ</h1>
<div align="center">
<iframe width="640" height="480" src="http://www.youtube.com/embed/zzJQNR7WdHk" frameborder="0" allowfullscreen></iframe>
</div>
<!-- <h1>メカトロニクス</h1>
<div align="center">
<video controls width="640" height="480">
<source src="../video/mechatoro.mp4">
<source src="../video/mechatoro.OGV">
<source src="../video/mechatoro.WebM">
<p>動画を再生するには、videoタグをサポートしたブラウザが必要です。</p>
</video>
</div>
<h1>スターリングエンジン</h1>
<div align="center">
<iframe width="640" height="480" src="http://www.youtube.com/embed/oWi15o1Mfeg" frameborder="0" allowfullscreen></iframe>
</div>-->
<footer>
<div class="in_center">
©東京大学機械系五月祭委員会 All Rights Reserved.
<div>
</footer>
</div>
</body>
</html>