mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 10:36:19 +01:00
11 lines
95 B
HTML
11 lines
95 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Hi iris</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Hi {{.Name}} </h1>
|
|
</body>
|
|
|
|
</html> |