iris/_examples/file-server/single-page-application/embedded-single-page-application-with-other-routes/public/index.html

14 lines
166 B
HTML
Raw Normal View History

<html>
<head>
<title>Hello from static page</title>
</head>
<body>
<h1> Hello from index.html </h1>
<script src="/app.js"> </script>
</body>
</html>