RenaiApp/templates/index.html.handlebars

10 lines
186 B
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>{{appTitle}}</title>
</head>
<body id="app"></body>
<script src="{{appBundle}}"></script>
</html>