moved no-js.css and print.css to different folder

This commit is contained in:
westtle 2024-02-14 22:09:31 +07:00
parent 3f592a82bb
commit aeeb22717b
3 changed files with 3 additions and 2 deletions

View file

@ -53,9 +53,10 @@
<link rel="stylesheet" type="text/css" href="./assets/styles/settings.css" />
<link rel="stylesheet" type="text/css" href="./assets/styles/simple-note.css" />
<link rel="stylesheet" type="text/css" href="./assets/styles/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="./assets/styles/other/print.css" media="print" />
<!-- No JS Fallback -->
<noscript><link rel="stylesheet" type="text/css" href="./assets/styles/no-js.css" /></noscript>
<noscript><link rel="stylesheet" type="text/css" href="./assets/styles/other/no-js.css" /></noscript>
</head>
<body class="-flex -flex-column -flex-grow">
<aside class="settings" data-expanded="false">