mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-20 15:44:06 -05:00
converted to "collection"
This commit is contained in:
10
index.html
10
index.html
@@ -3,9 +3,9 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Chaotic Backup Portal</title>
|
||||
<meta name="description" content="Chaotic Backup - Portal to Perim">
|
||||
<link rel="stylesheet" href="/portal/src/css/legacy.css">
|
||||
<title>Chaotic Backup Collection</title>
|
||||
<meta name="description" content="Chaotic Backup Collection">
|
||||
<link rel="stylesheet" href="/collection/src/css/legacy.css">
|
||||
<link rel="stylesheet" href="/src/css/legacy.css">
|
||||
<style>
|
||||
html, body, div, span, a, p, ul, li, h1, code, nav {
|
||||
@@ -31,7 +31,7 @@
|
||||
horizontally based on vw to prevent content jump when vertical scroll bar show/hide.*/
|
||||
body { overflow-x: hidden; }
|
||||
</style>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/portal/favicon.ico"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/collection/favicon.ico"/>
|
||||
|
||||
<!-- Start Single Page Apps for GitHub Pages -->
|
||||
<script type="text/javascript">
|
||||
@@ -88,7 +88,7 @@
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<!-- single page app in bundle.js -->
|
||||
<script src="/portal/build/bundle.js"></script>
|
||||
<script src="/collection/build/bundle.js"></script>
|
||||
<script src="/build/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user