scim_app/scim_app/templates/index.html

15 lines
154 B
HTML
Raw Normal View History

2022-01-13 14:23:13 +01:00
<!DOCTYPE html>
<html>
<head>
<title>SCIM app</title>
</head>
<body>
Hallo!
<pre>
{{ user }}
</pre>
</body>
</html>