iris/_examples/mvc/controller-with-model-and-view/views/profile/index.html

13 lines
193 B
HTML
Raw Normal View History

<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>