Fix build issues
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2022-05-10 16:04:31 +02:00
parent 8b3fedf555
commit a8cce4cd05
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 24 additions and 24 deletions

View File

@ -14,31 +14,31 @@
<link <link
rel="apple-touch-icon" rel="apple-touch-icon"
href="assets/images/icons-manifest/icon152.png" href="./assets/images/icons-manifest/icon152.png"
/> />
<link rel="manifest" href="manifest.webmanifest" /> <link rel="manifest" href="./manifest.webmanifest" />
<link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link <link
rel="icon" rel="icon"
type="image/png" type="image/png"
sizes="32x32" sizes="32x32"
href="assets/images/icons-manifest/icon32.png" href="./assets/images/icons-manifest/icon32.png"
/> />
<link <link
rel="icon" rel="icon"
type="image/png" type="image/png"
sizes="16x16" sizes="16x16"
href="assets/images/icons-manifest/icon16.png" href="./assets/images/icons-manifest/icon16.png"
/> />
<link <link
rel="preload" rel="preload"
href="assets/fonts/iosevka/iosevka-aile.css" href="./assets/fonts/iosevka/iosevka-aile.css"
as="style" as="style"
/> />
<link rel="preload" href="style/main.scss" as="style" /> <link rel="preload" href="./style/main.scss" as="style" />
<link rel="preload" href="src/index.ts" as="script" /> <link rel="preload" href="./src/index.ts" as="script" />
<link rel="stylesheet" href="assets/fonts/iosevka/iosevka-aile.css" /> <link rel="stylesheet" href="./assets/fonts/iosevka/iosevka-aile.css" />
<link rel="stylesheet" href="style/main.scss" /> <link rel="stylesheet" href="./style/main.scss" />
<title>/tg/station Handbook</title> <title>/tg/station Handbook</title>
</head> </head>
<body> <body>
@ -52,8 +52,8 @@
<div class="page special center" id="Welcome" data-tab="$Welcome"> <div class="page special center" id="Welcome" data-tab="$Welcome">
<div class="wrapper"> <div class="wrapper">
<header> <header>
<img class="icon" src="assets/images/outline.svg" /> <img class="icon" src="./assets/images/outline.svg" />
<img class="type" src="assets/images/type.svg" /> <img class="type" src="./assets/images/type.svg" />
</header> </header>
<div class="maxw"> <div class="maxw">
<p> <p>
@ -79,9 +79,7 @@
<div class="action_buttons"></div> <div class="action_buttons"></div>
</div> </div>
<div class="features hidden" data-name="Extra features"> <div class="features hidden" data-name="Extra features">
<h2> <h2>Extra Features</h2>
Extra Features
</h2>
<div class="maxw"> <div class="maxw">
<h3 class="nobg">Jump to section/item</h3> <h3 class="nobg">Jump to section/item</h3>
<p> <p>
@ -94,12 +92,12 @@
</p> </p>
<div class="images"> <div class="images">
<img <img
src="assets/images/welcome/bs-local.png" src="./assets/images/welcome/bs-local.png"
style="width: 40%;" style="width: 40%"
/> />
<img <img
src="assets/images/welcome/bs-global.png" src="./assets/images/welcome/bs-global.png"
style="width: 40%;" style="width: 40%"
/> />
</div> </div>
<p> <p>
@ -122,9 +120,7 @@
</div> </div>
</div> </div>
<div class="credits hidden" data-name="Other infos"> <div class="credits hidden" data-name="Other infos">
<h2> <h2>Other Informations</h2>
Other Informations
</h2>
<p> <p>
Thanks to /tg/station and every wiki contributor who did most of Thanks to /tg/station and every wiki contributor who did most of
the work! the work!
@ -145,8 +141,12 @@
</main> </main>
<noscript> <noscript>
<h1>JavaScript is required for this tool</h1> <h1>JavaScript is required for this tool</h1>
<h2>This tools runs completely in your browser, therefore it needs JavaScript to download all the pages, parse them and add all the spicy extras.</h2> <h2>
This tools runs completely in your browser, therefore it needs
JavaScript to download all the pages, parse them and add all the spicy
extras.
</h2>
</noscript> </noscript>
<script src="src/index.ts" async type="module"></script> <script src="./src/index.ts" async type="module"></script>
</body> </body>
</html> </html>