mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-22 08:34:22 -05:00
[change] merged portal and collection into single app
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Chaotic Backup Collection</title>
|
||||
<meta name="description" content="Chaotic Backup Collection">
|
||||
<link rel="stylesheet" href="/collection/src/css/legacy.css">
|
||||
<title>Chaotic Backup</title>
|
||||
<meta name="description" content="Chaotic Backup">
|
||||
<link rel="stylesheet" href="/src/css/legacy.css">
|
||||
<style>
|
||||
html, body, div, span, a, p, ul, li, h1, code, nav {
|
||||
@@ -31,7 +30,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="/collection/favicon.ico"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
|
||||
|
||||
<!-- Start Single Page Apps for GitHub Pages -->
|
||||
<script type="text/javascript">
|
||||
@@ -88,7 +87,6 @@
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<!-- single page app in bundle.js -->
|
||||
<script src="/collection/build/bundle.js"></script>
|
||||
<script src="/build/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user