mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
11 lines
103 B
HTML
11 lines
103 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>{{.title}}</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>{{.message}}</h1>
|
||
|
</body>
|
||
|
|
||
|
</html>
|