You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matterwiki/client/index.html

15 lines
329 B
HTML

<html>
<head>
<meta charset="utf-8">
<title>Matterwiki</title>
</head>
<body>
<!--
This is the main index file which just imports the
compiled react files and holds the app container div.
-->
<div id="app" />
<script src="public/bundle.js" type="text/javascript"></script>
</body>
</html>