mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
changed page title
This commit is contained in:
parent
e87edf45a1
commit
1cbdd09f63
4
404.html
4
404.html
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Single Page Apps for GitHub Pages</title>
|
||||
<title>Chaotic Backup Portal</title>
|
||||
<script type="text/javascript">
|
||||
// Single Page Apps for GitHub Pages
|
||||
// https://github.com/rafrex/spa-github-pages
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
|
||||
// https://username.github.io/repo-name/?p=/one/two&q=a=b~and~c=d#qwe
|
||||
// Otherwise, leave segmentCount as 0.
|
||||
var segmentCount = 0;
|
||||
var segmentCount = 1;
|
||||
|
||||
var l = window.location;
|
||||
l.replace(
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
12
index.html
12
index.html
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Single Page Apps for GitHub Pages</title>
|
||||
<title>Chaotic Backup Portal</title>
|
||||
<meta name="description" content="Lightweight solution for deploying single page apps with GitHub Pages. Code and concept by Rafael Pedicini.">
|
||||
|
||||
<style>
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
body { overflow-x: hidden; }
|
||||
</style>
|
||||
|
||||
<!-- start favicon -->
|
||||
<!-- start favicon
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://favicon.rafrex.com/green-grid-144-168-192/apple-touch-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://favicon.rafrex.com/green-grid-144-168-192/apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://favicon.rafrex.com/green-grid-144-168-192/apple-touch-icon-72x72.png">
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
<meta name="msapplication-TileImage" content="http://favicon.rafrex.com/green-grid-144-168-192/mstile-144x144.png">
|
||||
<meta name="msapplication-config" content="http://favicon.rafrex.com/green-grid-144-168-192/browserconfig.xml">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<!-- end favicon -->
|
||||
end favicon -->
|
||||
|
||||
<!-- Start Single Page Apps for GitHub Pages -->
|
||||
<script type="text/javascript">
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
</script>
|
||||
<!-- End Single Page Apps for GitHub Pages -->
|
||||
|
||||
<!-- Start Google Analytics -->
|
||||
<!-- Start Google Analytics
|
||||
<script>
|
||||
if (window.location.hostname === 'spa-github-pages.rafrex.com') {
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
|
@ -104,12 +104,12 @@
|
|||
'please remove the script from the index.html file.');
|
||||
}
|
||||
</script>
|
||||
<!-- End Google Analytics -->
|
||||
End Google Analytics -->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<!-- single page app in bundle.js -->
|
||||
<script src="/build/bundle.js"></script>
|
||||
<script src="/portal/build/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user