Skip to content

Commit 77b7742

Browse files
author
Henrik jJaven
committed
v0.60.1 - Final cleanup
1 parent 244b6a6 commit 77b7742

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

frameworks/non-keyed/doohtml/index.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<title>DooHTML</title>
6-
<link href="/css/currentStyle.css" rel="preload" as="style"/>
7-
<link href="/css/currentStyle.css" rel="stylesheet"/>
8-
<link href="./js/doo.html.min.js" rel="preload" as="script"/>
9-
4+
<meta charset="UTF-8">
5+
<title>DooHTML</title>
6+
<link href="/css/currentStyle.css" rel="preload" as="style"/>
7+
<link href="/css/currentStyle.css" rel="stylesheet"/>
8+
<link href="./js/doo.html.min.js" rel="preload" as="script"/>
109
<script src="./js/doo.html.min.js"></script>
11-
<!-- <script type="module" src="http://localhost:8001/src/js/doo.html.js"></script> -->
12-
13-
<script type="module" src="./js/Main.class.js" defer ></script>
10+
<script type="module" src="./js/Main.class.js" defer ></script>
1411
</head>
1512
<body>
1613
<div id="main">

0 commit comments

Comments
 (0)