-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
38 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head><meta charset='UTF-8'>
<title>When can we meet? -- 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 { background-color: #eef; padding: 0.1em; border: .5em solid white;
ont-size: 110%; font-family: monospace;};
table { border-collapse: collapse;}
/* vertical-align: middle; for from */
.MatrixCorner { background-color: white; }
table.matrix td { padding: 0.3em; }
tr.naviMenu { background-color: white;}
tr.naviMenu td { text-align: middle; vertical-align: middle; padding-top: 4em; };
</style>
<!--
<script type="text/javascript" src="https://linkeddata.github.io/tabulator/js/mashup/mashlib.js"></script>
-->
<script type="text/javascript" src="https://timbl.com/timbl/Automation/Library/Mashup/mashlib-alpha.js"></script>
<script type="text/javascript" src="app-pad.js"></script>
</head>
<body>
<p>...</p>
<!-- for outlin code -->
<div id="outline"></div>
<div id="pad">
</div>
</body>
</html>