-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
40 lines (31 loc) · 1.16 KB
/
index.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
<!DOCTYPE html>
<html>
<head><meta charset='UTF-8'>
<title>Contactorator -- a SoLiD app</title>
<link type="text/css" rel="stylesheet" href="https://linkeddata.github.io/tabulator-firefox/content/tabbedtab.css" />
<style>
body { margin: 10%; }
input , button { background-color: #eef; padding: 0.5em; border: .5em solid white; font-size: 120%; };
table { border-collapse: collapse;}
.matrix tr td { background-color: #eef; border: 0.1em solid white;}
h3 {color: black}
/* vertical-align: middle; for from */
.MatrixCorner { background-color: white; }
table.matrix td { padding: 0.3em; }
</style>
<!-- github.io -->
<script type="text/javascript" src="https://timbl.com/timbl/Automation/Library/Mashup/mashlib-alpha.js"></script>
<script type="text/javascript" src="https://linkeddata.github.io/contactorator/app-contact.js"></script>
<!-- testing on plane -
<script type="text/javascript" src="/timbl/Automation/Library/Mashup/mashlib-alpha.js"></script>
<script type="text/javascript" src="app-contact.js"></script>
-->
</head>
<body>
<div class="TabulatorOutline" id="DummyUUID">
<table id="outline"></table>
</div>
<div id='appTarget'>
</div>
</body>
</html>