mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-22 01:34:20 -05:00
56 lines
1.7 KiB
HTML
56 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Chaotic Backup</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Chaotic Backup">
|
|
<link rel="stylesheet" type="text/css" href="/src/css/legacy.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
|
|
<style>
|
|
html, body, div, span, a, p, ul, li, h1 {
|
|
margin: 0;
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
a {
|
|
color: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
html, body { height: 100%; }
|
|
html { background-color:#494949; }
|
|
#root { min-height: 100%; }
|
|
|
|
body { overflow-x: hidden; }
|
|
</style>
|
|
|
|
<!-- Start Single Page Apps for GitHub Pages -->
|
|
<script type="text/javascript">
|
|
(function(l) {
|
|
if (l.search) {
|
|
var q = {};
|
|
l.search.slice(1).split('&').forEach(function(v) {
|
|
var a = v.split('=');
|
|
q[a[0]] = a.slice(1).join('=').replace(/~and~/g, '&');
|
|
});
|
|
if (q.p !== undefined) {
|
|
window.history.replaceState(null, null,
|
|
l.pathname.slice(0, -1) + (q.p || '') +
|
|
(q.q ? ('?' + q.q) : '') +
|
|
l.hash
|
|
);
|
|
}
|
|
}
|
|
}(window.location))
|
|
</script>
|
|
<!-- End Single Page Apps for GitHub Pages -->
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/build/main.js"></script>
|
|
<script src="/build/vendor.js"></script>
|
|
</body>
|
|
</html>
|