mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-09-13 02:55:27 -05:00
changed page title
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user