17 lines
529 B
HTML
17 lines
529 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="description" content="DBMON Mithril" />
|
|
<meta charset="utf-8">
|
|
<link href="../styles.css" rel="stylesheet" type="text/css" />
|
|
<title>dbmon (React)</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="https://fb.me/react-15.1.0.min.js"></script>
|
|
<script src="https://fb.me/react-dom-15.1.0.min.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>
|