mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-26 18:58:58 +02:00
chore(assets): track .min.*; drop **/*.min.* ignore
This commit is contained in:
26
internal/idlewatcher/html/loading_page.min.html
Normal file
26
internal/idlewatcher/html/loading_page.min.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<meta charset="UTF-8" /><meta
|
||||
name="viewport"
|
||||
content="width=device-width,initial-scale=1.0"
|
||||
/><meta name="color-scheme" content="light dark" /><title>{{.Title}}</title
|
||||
><link rel="stylesheet" href="{{.LoadingPageCSSPath}}" /><link
|
||||
rel="icon"
|
||||
href="{{.FavIconPath}}"
|
||||
/>
|
||||
<body>
|
||||
<script>
|
||||
const wakeEventsPath = "{{.WakeEventsPath}}";
|
||||
</script>
|
||||
<script src="{{.LoadingPageJSPath}}" defer></script>
|
||||
<div class="container">
|
||||
<img class="logo" src="{{.FavIconPath}}" alt="" />
|
||||
<div id="loading-dots" class="loading-dots" aria-hidden="true">
|
||||
<div class="dot"></div>
|
||||
<div class="dot"></div>
|
||||
<div class="dot"></div>
|
||||
</div>
|
||||
<div id="console" class="console"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user