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.
This commit is contained in:
Adolfo R. Brandes
2025-06-26 19:28:02 -03:00
committed by Adolfo R. Brandes
parent 014a990c22
commit 3d778807f1

View File

@@ -1,10 +1,9 @@
<!doctype html>
<html lang="en-us">
<head>
<title><%= (htmlWebpackPlugin.options.SITE_NAME && htmlWebpackPlugin.options.SITE_NAME != 'null') ? 'Authentication | ' + htmlWebpackPlugin.options.SITE_NAME : 'Authentication' %></title>
<title>Authentication Development Site></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon"/>
</head>
<body>
<div id="root"></div>