forked from iDataVisualizationLab/VAST2019mc3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
27 lines (26 loc) · 769 Bytes
/
video.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="images/icon.png">
<script src="lib/d3.v4.min.js"></script>
<style>
@import 'css/panel.css';
@import "css/main.css";
</style>
<title>MC3</title>
</head>
<body>
<div class="header">
<a>Earthquake Situational Analytics</a>
<div class="header-right">
<a href="index.html" target="_blank" >Demo</a>
<a href="video.html" class="active" >Video</a>
<a href="TTU-Nguyen-MC3/index.htm" target="_blank">Report</a>
</div>
</div>
<iframe style="margin-top: 100px; margin-left: 20%; text-align: center" width="1000" height="600"
src="https://www.youtube.com/embed/jiqa5ecEy6Y">
</iframe>
</body>
</html>