22 lines
784 B
HTML
22 lines
784 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>DN42 Global Route Collector</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="stylesheet" href="bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
<!-- Style overrides -->
|
|
<style>
|
|
.material-icons { display:inline-flex;vertical-align:middle }
|
|
body { box-shadow: inset 0 2em 10em rgba(0,0,0,0.4); min-height: 100vh }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="IndexApp"></div>
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
|
|
</body>
|
|
</html>
|