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