iris/_examples/file-server/single-page-application/embedded-single-page-application-with-other-routes/public/index.html
kataras 2a0c6dade6 Update to version 8.5.8 | Read HISTORY.md
Former-commit-id: 82128ce7a2896a9a8bafd7a5268b0b42057fc21a
2017-11-09 12:03:14 +02:00

14 lines
166 B
HTML

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