Files
frontend-app-authn/public/index.html
Adolfo R. Brandes 3d778807f1 fix: update index.html
The only purpose of the included index.html is to serve the dev
environment, so modify it to make that clear.
2025-06-26 19:28:02 -03:00

12 lines
268 B
HTML

<!doctype html>
<html lang="en-us">
<head>
<title>Authentication Development Site></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="root"></div>
</body>
</html>