LocChat/views/index.hbs

9 lines
157 B
Handlebars
Raw Normal View History

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