mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
13 lines
145 B
HTML
13 lines
145 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Not Found</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<p>
|
||
|
User with <b>{{.ID}}</b> doesn't exist!</b>
|
||
|
</p>
|
||
|
</body>
|
||
|
|
||
|
</html>
|