18 lines
565 B
HTML
18 lines
565 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="Phenix Customer Portal" />
|
|
<script>
|
|
__phenixPageLoadTime = new Date().getTime();
|
|
</script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Phenix Customer Portal</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html> |