mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
2a0c6dade6
Former-commit-id: 82128ce7a2896a9a8bafd7a5268b0b42057fc21a
14 lines
166 B
HTML
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> |