-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·25 lines (20 loc) · 1.04 KB
/
index.html
File metadata and controls
executable file
·25 lines (20 loc) · 1.04 KB
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
<html>
<head>
<meta http-equiv="refresh" content="0;URL=https://timofeevda.github.io/seismic-beachballs-demo/"/>
<meta name="description" content="Seismic moment tensor visualization">
<meta name="keywords" content="Seismic tensor, Moment Tensor, Seismic Beachballs">
<meta name="author" content="Denis Timofeev <timofeevda@gmail.com>">
<title>Seismic moment tensor visualization</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/semantic-ui/2.2.2/semantic.min.css" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="app/resources/override.css" />
</head>
<body>
<tensor-app>
<div align="center">Loading...</div>
</tensor-app>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/semantic-ui/2.2.2/semantic.min.js" crossorigin="anonymous"></script>
<script src="app/resources/vendors.js"></script>
<script src="app/resources/app.js"></script>
</body>
</html>