fix?
ci/woodpecker/push/base Pipeline was successful Details

strip2
gapodo 2023-11-21 01:03:14 +01:00
parent 6372bff69f
commit 51149349d6
1 changed files with 66 additions and 82 deletions

View File

@ -1,21 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, min-zoom=1, max-zoom: 1, user-scalable=no">
content="width=device-width, initial-scale=1, shrink-to-fit=no, min-zoom=1, max-zoom: 1, user-scalable=no"> <meta name="description" content="The TeaSpeak Web client is a in the browser running client for the VoIP communication software TeaSpeak." />
<meta name="description" <meta name="keywords" content="TeaSpeak, TeaWeb, TeaSpeak-Web,Web client TeaSpeak, веб клієнт TeaSpeak, TSDNS, багатомовність, мультимовність, теми, функціонал"/>
content="The TeaSpeak Web client is a in the browser running client for the VoIP communication software TeaSpeak." />
<meta name="keywords"
content="TeaSpeak, TeaWeb, TeaSpeak-Web,Web client TeaSpeak, веб клієнт TeaSpeak, TSDNS, багатомовність, мультимовність, теми, функціонал" />
<meta name="og:description" <meta name="og:description" content="The TeaSpeak Web client is a in the browser running client for the VoIP communication software TeaSpeak." />
content="The TeaSpeak Web client is a in the browser running client for the VoIP communication software TeaSpeak." />
<meta name="og:url" content="https://web.teaspeak.de/"> <meta name="og:url" content="https://web.teaspeak.de/">
<% /* TODO: Put in an appropriate image <meta name="og:image"
content="https://www.whatsapp.com/img/whatsapp-promo.png"> */ %>
<% /* Using an absolute path here since the manifest.json works only with such. */ %> <% /* Using an absolute path here since the manifest.json works only with such. */ %>
<% /* <link rel="manifest" href="/manifest.json"> */ %> <% /* <link rel="manifest" href="/manifest.json"> */ %>
@ -26,10 +19,8 @@
<% } else { %> <% } else { %>
<title>TeaSpeak-Web</title> <title>TeaSpeak-Web</title>
<meta name='og:title' content='TeaSpeak-Web'> <meta name='og:title' content='TeaSpeak-Web'>
<link rel='shortcut icon' href='<%= require("./images/favicon_teacup.png") %>' <link rel='shortcut icon' href='<%= require("./images/favicon_teacup.png") %>' type='image/x-icon' id="favicon">
type='image/x-icon' id="favicon"> <% /* <link rel="apple-touch-icon" sizes="194x194" href="/apple-touch-icon.png" type="image/png"> */ %>
<% /* <link rel="apple-touch-icon" sizes="194x194" href="/apple-touch-icon.png"
type="image/png"> */ %>
<% } %> <% } %>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@ -42,7 +33,6 @@
<%= htmlWebpackPlugin.tags.headTags %> <%= htmlWebpackPlugin.tags.headTags %>
</head> </head>
<body> <body>
<!-- No javascript error --> <!-- No javascript error -->
<noscript> <noscript>
@ -62,21 +52,16 @@
<div class="loader" id="loader-overlay"> <div class="loader" id="loader-overlay">
<div class="container"> <div class="container">
<div class="setup"> <div class="setup">
<lazy-img src="<%= require(" ./images/initial-sequence.gif") %>" alt="initial loading sequence" <lazy-img src="<%= require("./images/initial-sequence.gif") %>" alt="initial loading sequence" x-animation-depend="normal"></lazy-img>
x-animation-depend="normal"></lazy-img> <lazy-img src="<%= require("./images/halloween-initial-sequence.gif") %>" alt="initial loading sequence" x-animation-depend="halloween"></lazy-img>
<lazy-img src="<%= require(" ./images/halloween-initial-sequence.gif") %>" alt="initial loading
sequence" x-animation-depend="halloween"></lazy-img>
</div> </div>
<div class="idle animation-normal"> <div class="idle animation-normal">
<lazy-img class="bowl" src="<%= require(" ./images/bowl.png") %>" alt="bowl" <lazy-img class="bowl" src="<%= require("./images/bowl.png") %>" alt="bowl" x-animation-depend="normal"></lazy-img>
x-animation-depend="normal"></lazy-img> <lazy-img class="text" src="<%= require("./images/text.png") %>" alt="TeaSpeak" x-animation-depend="normal"></lazy-img>
<lazy-img class="text" src="<%= require(" ./images/text.png") %>" alt="TeaSpeak"
x-animation-depend="normal"></lazy-img>
<div class="steam"></div> <div class="steam"></div>
</div> </div>
<div class="idle animation-halloween"> <div class="idle animation-halloween">
<lazy-img src="<%= require(" ./images/halloween-loop.gif") %>" alt="halloween loop" <lazy-img src="<%= require("./images/halloween-loop.gif") %>" alt="halloween loop" x-animation-depend="halloween"></lazy-img>
x-animation-depend="halloween"></lazy-img>
</div> </div>
</div> </div>
@ -97,5 +82,4 @@
<%= htmlWebpackPlugin.tags.bodyTags %> <%= htmlWebpackPlugin.tags.bodyTags %>
</body> </body>
</html> </html>