changed page title

This commit is contained in:
Daniel 2017-04-27 14:57:05 -04:00
parent e87edf45a1
commit 1cbdd09f63
4 changed files with 16 additions and 17 deletions

View File

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

1
CNAME
View File

@ -1 +0,0 @@
spa-github-pages.rafrex.com

File diff suppressed because one or more lines are too long

View File

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