mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
16 lines
336 B
HTML
16 lines
336 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<script src="../../module/module.js"></script>
|
|
<script src="../../ospec/ospec.js"></script>
|
|
|
|
<script src="../../util/withAttr.js"></script>
|
|
<script src="test-withAttr.js"></script>
|
|
|
|
<script>require("../../ospec/ospec").run()</script>
|
|
</body>
|
|
</html>
|