mirror of
https://github.com/nkanaev/yarr.git
synced 2025-07-13 10:00:10 +00:00
Fix absolute links of index.html
This commit is contained in:
parent
976bbfd245
commit
628bde1527
@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>yarr!</title>
|
||||
<link rel="stylesheet" href="/static/stylesheets/bootstrap.min.css" crossorigin="use-credentials">
|
||||
<link rel="stylesheet" href="/static/stylesheets/app.css" crossorigin="use-credentials">
|
||||
<link rel="icon" href="/static/graphicarts/favicon.svg" type="image/svg+xml" crossorigin="use-credentials">
|
||||
<link rel="alternate icon" href="/static/graphicarts/favicon.png" type="image/png" crossorigin="use-credentials">
|
||||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/>
|
||||
<link rel="stylesheet" href="./static/stylesheets/bootstrap.min.css" crossorigin="use-credentials">
|
||||
<link rel="stylesheet" href="./static/stylesheets/app.css" crossorigin="use-credentials">
|
||||
<link rel="icon" href="./static/graphicarts/favicon.svg" type="image/svg+xml" crossorigin="use-credentials">
|
||||
<link rel="alternate icon" href="./static/graphicarts/favicon.png" type="image/png" crossorigin="use-credentials">
|
||||
<link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<script>
|
||||
window.app = window.app || {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user