-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.08 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.08 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
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ASCOTT Button</title>
<meta name="author" content="Diego Marcos">
<!-- <script language="javascript" src="http://ascot.astro.washington.edu/ascotButton.js"></script>-->
<link rel="stylesheet" href="./css/main.css" type="text/css">
<link rel="stylesheet" href="./css/ascotButton.css" type="text/css">
</head>
<body>
<div style="width: 800px; height: 480px; margin: auto; margin-top: 250px">
Buttons to embed ASCOT services in third party web applications:
<button class="ascot" dashboard="" dataSets="">
<div class="clickedButtonState" style="display: block">
<div class="spinner">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
<div class="bar4"></div>
<div class="bar5"></div>
<div class="bar6"></div>
<div class="bar7"></div>
<div class="bar8"></div>
</div>
</div>
</button>
<button class="ascot shuttle" dashboard="" dataSets=""></button>
</div>
</body>
</html>