iris/_examples/beginner/file-server/single-page-application/public/index.html

14 lines
161 B
HTML

<html>
<head>
<title>{{ .Page.Title }}</title>
</head>
<body>
<h1> Hello from index.html </h1>
<script src="/app.js"> </script>
</body>
</html>