moved no-js.css and print.css to different folder
This commit is contained in:
parent
3f592a82bb
commit
aeeb22717b
3 changed files with 3 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue