mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
21 lines
759 B
HTML
21 lines
759 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>GlobalProtect</title>
|
|
<script type="module" crossorigin src="/assets/main-CQPVXkdn.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/main-B3YRsHQ2.css">
|
|
</head>
|
|
<body>
|
|
<script>
|
|
/* workaround to webview font size auto scaling */
|
|
var htmlFontSize = getComputedStyle(document.documentElement).fontSize;
|
|
var ratio = parseInt(htmlFontSize, 10) / 16;
|
|
document.documentElement.style.fontSize = 16 / ratio + "px";
|
|
</script>
|
|
<div id="root" data-tauri-drag-region></div>
|
|
</body>
|
|
</html>
|