9 lines
159 B
Handlebars
9 lines
159 B
Handlebars
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/index.css" />
|
|
</head>
|
|
<body>
|
|
<div id="app" />
|
|
<script src="/index.js"></script>
|
|
</body>
|
|
</html> |