make it blazingly fast with caching of css and js

This commit is contained in:
nora 2025-11-28 23:53:52 +01:00
parent f539a3c45c
commit d15a746558
8 changed files with 77 additions and 18 deletions

View file

@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Does it build?</title>
<link rel="stylesheet" href="index.css" />
<script type="module" defer src="index.js"></script>
<link rel="stylesheet" href="{{ revs::INDEX_CSS_NAME }}" />
<script type="module" defer src="{{ revs::INDEX_JS_NAME }}"></script>
</head>
<body>
<h1>Does it build?</h1>