Move scripts and stylesheets into /assets
To keep things organised put the assets supporting pages into sub-folders in /assets.
This commit is contained in:
parent
fed75e4930
commit
07a7386e1d
3 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ source.addEventListener("reload", () => location.reload());`;
|
|||
<meta charset="utf-8" />
|
||||
<title>{props.title}</title>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script type="module" defer="" src="viewport.js" />
|
||||
<link rel="stylesheet" href="/assets/styles/base.css" />
|
||||
<script type="module" defer="" src="/assets/scripts/viewport.js" />
|
||||
{ reloadScript }
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue