LocChat/views/index.hbs

9 lines
159 B
Handlebars
Raw Normal View History

2021-11-16 21:14:46 -05:00
<html>
<head>
<link rel="stylesheet" href="/index.css" />
2021-11-16 21:14:46 -05:00
</head>
<body>
<div id="app" />
<script src="/index.js"></script>
2021-11-16 21:14:46 -05:00
</body>
</html>