Skip to content

Commit

Permalink
Starts implementation new ui 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kquintesens committed Dec 19, 2019
1 parent 3d934a7 commit c5b7c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/indexbis.html → app/homebis.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description" content="Examples for creative website header animations using Canvas and JavaScript" />
<meta name="keywords" content="header, canvas, animated, creative, inspiration, javascript" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<!--<link rel="shortcut icon" href="../favicon.ico">-->
<link rel="stylesheet" type="text/css" href="csshome/normalize.css" />
<link rel="stylesheet" type="text/css" href="csshome/demo.css" />
<link rel="stylesheet" type="text/css" href="csshome/component.css" />
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const routesData = {
{url: '/overview', title: 'Overview', template: 'app/overview.html', filename: 'overview/index.html'},
{url: '/terms_of_service', title: 'Terms of Service', template: 'app/terms_of_service.html', filename: 'terms_of_service/index.html'},
{url: '/privacy_policy', title: 'Privacy Policy', template: 'app/privacy_policy.html', filename: 'privacy_policy/index.html'},
{url: '/homebis', title: 'Etica Mining Pool 2', template: 'app/indexbis.html', filename: 'indexbis.html'},
{url: '/homebis', title: 'Etica Mining Pool 2', template: 'app/homebis.html', filename: 'homebis/index.html'},
]
}

Expand Down

0 comments on commit c5b7c1f

Please sign in to comment.