Fix stylesheet loading

This commit is contained in:
2022-04-23 16:05:05 +03:00
parent 622219192f
commit c14a330e0d

View File

@@ -12,8 +12,8 @@
<title><?php echo title ?></title>
<link rel="stylesheet" href="<?php $YOURLS_SITE ?>/frontend/dist/styles.css">
<link rel="stylesheet" href="/frontend/dist/styles.css">
<?php if (defined('backgroundImage')) : ?>
<style>
body {