solid-app-set
Version:
Solid-compatible App set
30 lines (23 loc) • 861 B
HTML
<html>
<head><meta charset='UTF-8'>
<title>The Meetulator - a handy gadget for meetings</title>
<link type="text/css" rel="stylesheet" href="https://linkeddata.github.io/solid-app-set/style/tabbedtab.css" />
<style>
body { margin: 10%; }
input { background-color: #eef; padding: 0.5em; border: .5em solid white; font-size: 120%; };
</style>
<script type="text/javascript" src="https://timbl.com/timbl/Automation/Library/Mashup/mashlib-prealpha.js"></script>
<script type="text/javascript" src="create.js"></script>
</head>
<body>
<h1>The Meetulator</h1>
<p>A handy gadget for keeping all the parts of a meetingin one place
where you -- and others at the meeting can find them</p>
<div class="TabulatorOutline" id="DummyUUID">
<table id="outline"></table>
</div>
<div class="TabulatorOutline" id='FormTarget'>
</div>
</body>
</html>