Fix static files

This commit is contained in:
ncoelho 2021-02-16 23:49:08 +01:00 committed by Overtorment
parent 3838746a13
commit 2e574df0fb
4 changed files with 2 additions and 47 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -9,8 +9,8 @@
<meta content="http://lndhub.io" property="og:url"> <meta content="http://lndhub.io" property="og:url">
<meta content="lndhub.io" property="og:title"> <meta content="lndhub.io" property="og:title">
<meta content="BlueWallet server for the Lightning Network" property="og:description"> <meta content="BlueWallet server for the Lightning Network" property="og:description">
<link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../static/css/style.css">
<link rel=icon href=../img/favicon.png> <link rel=icon href=../static/img/favicon.png>
<title>BlueWallet LndHub</title> <title>BlueWallet LndHub</title>
<meta content="lightning network, lndhub" name="keywords"> <meta content="lightning network, lndhub" name="keywords">
<meta content="BlueWallet server for the Lightning Network" name="description"> <meta content="BlueWallet server for the Lightning Network" name="description">