Files
boringproxy/webui/loading.tmpl
2020-10-20 17:58:19 -06:00

25 lines
400 B
Cheetah

<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL='{{$.TargetUrl}}'" />
{{.Head}}
<style>
.dialog {
display: block;
}
</style>
</head>
<body>
<div class='dialog'>
<div class='dialog__overlay'></div>
<div class='dialog__content'>
<p>
Loading...
</p>
</div>
</div>
</body>
</html>