Typo
This commit is contained in:
parent
268c51f547
commit
c8c79f402e
|
@ -9,7 +9,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="./static/css/style.css" />
|
<link rel="stylesheet" type="text/css" href="./static/css/style.css" />
|
||||||
<meta content="Burgernotes" property="og:title" />
|
<meta content="Burgernotes" property="og:title" />
|
||||||
<meta content="A simple note-taking app!" property="og:description" />
|
<meta content="A simple note-taking app!" property="og:description" />
|
||||||
<link rel="icon" href=",/static/svg/favicon.svg">
|
<link rel="icon" href="./static/svg/favicon.svg">
|
||||||
<script>
|
<script>
|
||||||
if (window.location.href.endsWith('/index.html')) {
|
if (window.location.href.endsWith('/index.html')) {
|
||||||
if (window.location.origin !== null) {
|
if (window.location.origin !== null) {
|
||||||
|
|
Reference in New Issue