1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-05 19:27:05 +00:00

add a simple hero template example as requested at https://github.com/kataras/iris/issues/840

Former-commit-id: 1c65190d21a5febbbbad1b2b565f82f749278d48
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-12-14 06:11:37 +02:00
parent ea863914dc
commit 22504f01ef
11 changed files with 210 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<%@ body { %>
<% } %>
</body>
</html>