mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
13 lines
193 B
HTML
13 lines
193 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Profile Browser</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<p>
|
||
|
This is the main page of the <b>/profile</b> path, we'd use that to browser profiles.
|
||
|
</p>
|
||
|
</body>
|
||
|
|
||
|
</html>
|