mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
18 lines
515 B
HTML
18 lines
515 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Mithril • ThreadIt.js</title>
|
|
<link rel="stylesheet" href="http://threaditjs.com/reset.css"/>
|
|
<link rel="stylesheet" href="http://threaditjs.com/shared.css"/>
|
|
<link rel="stylesheet" href="colors.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="http://threaditjs.com/shared.js"></script>
|
|
<script src="../../module/module.js"></script>
|
|
<script src="../../mithril.js"></script>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|