mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 09:56:31 +02:00
* mui v5 wip * wip * wip * wip * use compressor for all controlplane endpoints * wip * wip * add deps * fix authenticate URL * fix test * fix test * fix build * maybe fix build * fix integration test * remove image asset test * add yarn.lock
28 lines
848 B
HTML
28 lines
848 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="shortcut icon" href="/.pomerium/favicon.ico?v=2" />
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/.pomerium/apple-touch-icon.png"
|
|
/>
|
|
<link rel="icon" sizes="32x32" href="/.pomerium/favicon-32x32.png" />
|
|
<link rel="icon" sizes="16x16" href="/.pomerium/favicon-16x16.png" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
/>
|
|
<title>User info dashboard</title>
|
|
<link rel="stylesheet" href="/.pomerium/index.css" />
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script>
|
|
window.POMERIUM_DATA = {};
|
|
</script>
|
|
<script src="/.pomerium/index.js"></script>
|
|
</body>
|
|
</html>
|