move styles and scripts into directories
This commit is contained in:
parent
7341f49b5a
commit
28eb19ff41
8 changed files with 33 additions and 33 deletions
12
index.html
12
index.html
|
@ -9,11 +9,11 @@
|
|||
<link rel=me href=https://cohost.org/niss>
|
||||
|
||||
<link rel=icon href=media/favicon.png>
|
||||
<link rel=stylesheet href=base.css>
|
||||
<link rel=stylesheet href=cube.css>
|
||||
<link rel=stylesheet href=flat.css>
|
||||
<link rel=stylesheet href=style/base.css>
|
||||
<link rel=stylesheet href=style/cube.css>
|
||||
<link rel=stylesheet href=style/flat.css>
|
||||
<noscript>
|
||||
<link rel=stylesheet href=static.css>
|
||||
<link rel=stylesheet href=style/static.css>
|
||||
</noscript>
|
||||
|
||||
<meta property=og:type content=article>
|
||||
|
@ -26,8 +26,8 @@
|
|||
<meta name=twitter:image content="XXXXXX">
|
||||
-->
|
||||
|
||||
<script src=shuffle.js type=module></script>
|
||||
<script src=run.js type=module></script>
|
||||
<script src=script/shuffle.js type=module></script>
|
||||
<script src=script/run.js type=module></script>
|
||||
|
||||
<nav id=face-menu>
|
||||
<menu class='menu hide-boxes'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue