mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
19 lines
679 B
HTML
19 lines
679 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href="../lib/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="../styles.css" rel="stylesheet" type="text/css" />
|
|
<meta charset="utf-8">
|
|
<title>dbmon (Angular2)</title>
|
|
</head>
|
|
<body>
|
|
<my-app></my-app>
|
|
<script src="https://code.angularjs.org/2.0.0-beta.17/angular2-polyfills.js"></script>
|
|
<script src="https://code.angularjs.org/2.0.0-beta.17/Rx.umd.js"></script>
|
|
<script src="https://code.angularjs.org/2.0.0-beta.17/angular2-all.umd.js"></script>
|
|
<script src="../ENV.js"></script>
|
|
<script src="https://localvoid.github.io/perf-monitor/0.1/perf-monitor.js"></script>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|