converted to "collection"

This commit is contained in:
Daniel
2017-10-12 04:37:01 -04:00
parent 52b4241490
commit e3e853e4e2
12 changed files with 29 additions and 156 deletions

View File

@@ -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>