This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
arbor-frontend/index.html

11 lines
176 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Arbor</title>
<!-- Add css here later -->
</head>
<body>
<main id="app"></main>
<script src="build/bundle.js"></script>
</body>
</html>