-
Notifications
You must be signed in to change notification settings - Fork 0
/
obssets.html
28 lines (25 loc) · 1.28 KB
/
obssets.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
<!DOCTYPE html>
<html>
<head>
<title>PTO 3</title>
<meta charset="UTF-8">
<meta name="description" content="Path Transparency Observatory">
<meta name="keywords" content="Internet Path, Internet Observatory, Path Transparency, ECN, TFO">
<meta name="author" content="Rolf Scheuner">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/css/pto.css">
<script src="../static/js/app.js"></script>
<script src="../static/js/obssets.js"></script>
</head>
<body onload="initPage(); initTable();">
<div class="w3-center w3-container w3-theme w3-padding">
<h1 class="w3-xxxlarge">Observation Sets</h1>
</div>
<div class="w3-center w3-container w3-padding">
<p>Empty fields in the table can appear because there is no value in the database or you do not have permission to read it with your current API Key.</p>
</div>
<div id="tableDiv" class="pto-data-table-container"></div>
</body>
</html>