Auspice fork from github of https://github.com/urbanslug/auspice
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
536 B
19 lines
536 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>auspice</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="/favicon.png" type="image/png">
|
|
<link rel="icon" href="/favicon.png" type="image/png">
|
|
</head>
|
|
|
|
<body class="viewport">
|
|
<div id='root'>
|
|
</div>
|
|
|
|
<!-- asyncronously load the (entry) react bundle -->
|
|
<script async src="/dist/auspice.bundle.js"></script>
|
|
|
|
</body>
|
|
</html>
|
|
|