protospace-lcars/dist/index.html

12 lines
289 B
HTML
Raw Normal View History

<html>
<head>
2017-06-25 22:22:38 +00:00
<title>LCARS</title>
2018-03-14 05:56:23 +00:00
<link rel="stylesheet" type="text/css" href="./css/dev.css">
2017-06-25 22:22:38 +00:00
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Orbitron" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script src="./bundle.js"></script>
</body>
</html>