11 lines
176 B
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> |