Better devex
Using ES6 modueles and adding a JS LSP to `flake.nix`
This commit is contained in:
parent
32ee2de008
commit
0abf209616
7 changed files with 42 additions and 12 deletions
|
|
@ -14,11 +14,11 @@
|
|||
/>
|
||||
<link href="/global/global.css" rel="stylesheet" />
|
||||
|
||||
<script type="text/javascript" src="/global/loadin.js"></script>
|
||||
<script type="text/javascript" src="/index.js"></script>
|
||||
<script type="module" src="/global/loadin.mjs"></script>
|
||||
<script type="module" src="/index.mjs"></script>
|
||||
<!-- Place favicon.ico in the root directory -->
|
||||
</head>
|
||||
<body onload="loadDependencies()">
|
||||
<body>
|
||||
<!--[if lt IE 8]>
|
||||
<p class="browserupgrade">
|
||||
You are using an <strong>outdated</strong> browser. Please
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue