mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Fix loading page
This commit is contained in:
parent
80d7f2115b
commit
ef660f61ae
@ -3,15 +3,22 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="refresh" content="0; URL='{{$.TargetUrl}}'" />
|
<meta http-equiv="refresh" content="0; URL='{{$.TargetUrl}}'" />
|
||||||
{{.Head}}
|
{{.Head}}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.dialog {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<div class='dialog'>
|
||||||
<div class='dialog'>
|
<div class='dialog__overlay'></div>
|
||||||
|
<div class='dialog__content'>
|
||||||
<p>
|
<p>
|
||||||
Loading...
|
Loading...
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user