updated location of multiple thing
This commit is contained in:
parent
2fb52a9c77
commit
a9c6744862
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
|||
<meta property="og:title" content="{{ title }} (legacy)" />
|
||||
<meta property="og:description" content="A simple video downloader without any ad or tracking." />
|
||||
<meta property="og:url" content="https://namejeff.xyz/" />
|
||||
<meta property="og:image" content="https://namejeff.xyz/jeff.png" />
|
||||
<meta property="og:image" content="https://namejeff.xyz/asset/jeff.png" />
|
||||
<meta name="theme-color" content="#262d2c" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="legacy.css">
|
||||
<link rel="icon" href="/asset/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="/asset/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="/css/legacy.css">
|
||||
<title>{{ title }} (legacy)</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<p><a href="/">Return to main page</a></p>
|
||||
</footer>
|
||||
@if(month == '11')
|
||||
<script src="snow.js"></script>
|
||||
<script src="js/snow.js"></script>
|
||||
@endif
|
||||
<script>
|
||||
// If alt download block other settings since they don't work anyway
|
||||
|
|
Loading…
Reference in a new issue