protospace-lcars/dist/index.html

12 lines
290 B
HTML
Raw Normal View History

<html>
<head>
2017-06-25 22:22:38 +00:00
<title>LCARS</title>
<link rel="stylesheet" type="text/css" href="./css/main.css">
<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>