1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-03 18:27:07 +00:00
kataras
2017-06-15 20:02:08 +03:00
parent a10e80842f
commit e0128d204d
58 changed files with 11054 additions and 505 deletions

View File

@@ -0,0 +1 @@
window.alert("app.js loaded from \"/");

View File

@@ -0,0 +1,3 @@
body {
background-color: black;
}

View File

@@ -0,0 +1,14 @@
<html>
<head>
<title>{{ .Page.Title }}</title>
</head>
<body>
<h1> Hello from index.html </h1>
<script src="/app.js"> </script>
</body>
</html>