- modernize packages and rust edition. - increase timeout for rollout -
increment cargo version
This commit is contained in:
+6
-6
@@ -44,23 +44,23 @@
|
||||
/>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
||||
<link rel="shortcut icon" type="image/png" href="/static/favicon.png" />
|
||||
<link rel="icon" type="image/png" href="/assets/favicon.png" />
|
||||
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
|
||||
|
||||
<!-- External Stylesheets -->
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="{{ static_path }}/@xterm/xterm/css/xterm.css"
|
||||
/>
|
||||
<link rel="stylesheet" href="/static/styles.css" />
|
||||
<link rel="stylesheet" href="/assets/styles.css" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
||||
/>
|
||||
|
||||
<!-- Preload critical resources -->
|
||||
<link rel="preload" href="/static/styles.css" as="style" />
|
||||
<link rel="preload" href="/static/terminal.js" as="script" />
|
||||
<link rel="preload" href="/assets/styles.css" as="style" />
|
||||
<link rel="preload" href="/assets/terminal.js" as="script" />
|
||||
|
||||
<!-- DNS Prefetch for external resources -->
|
||||
<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com" />
|
||||
@@ -184,6 +184,6 @@
|
||||
</script>
|
||||
|
||||
<!-- Initialize Terminal -->
|
||||
<script src="/static/terminal.js"></script>
|
||||
<script src="/assets/terminal.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user