updated location of multiple thing

websocket
loicbersier 5 years ago
parent 2fb52a9c77
commit a9c6744862

@ -8,11 +8,11 @@
<meta property="og:title" content="{{ title }} (legacy)" /> <meta property="og:title" content="{{ title }} (legacy)" />
<meta property="og:description" content="A simple video downloader without any ad or tracking." /> <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: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" /> <meta name="theme-color" content="#262d2c" />
<link rel="icon" href="/favicon.ico" type="image/x-icon"/> <link rel="icon" href="/asset/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="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="legacy.css"> <link rel="stylesheet" type="text/css" href="/css/legacy.css">
<title>{{ title }} (legacy)</title> <title>{{ title }} (legacy)</title>
</head> </head>
<body> <body>
@ -73,7 +73,7 @@
<p><a href="/">Return to main page</a></p> <p><a href="/">Return to main page</a></p>
</footer> </footer>
@if(month == '11') @if(month == '11')
<script src="snow.js"></script> <script src="js/snow.js"></script>
@endif @endif
<script> <script>
// If alt download block other settings since they don't work anyway // If alt download block other settings since they don't work anyway

Loading…
Cancel
Save