mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
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>
|