Skip to content

Commit e36f5f0

Browse files
committed
fix: build
1 parent 336965d commit e36f5f0

File tree

10 files changed

+2578
-3801
lines changed

10 files changed

+2578
-3801
lines changed

frameworks/keyed/million/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link href="/css/currentStyle.css" rel="stylesheet" />
4+
<meta charset="utf-8" />
75
<title>Million.js</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
87
</head>
98
<body>
109
<div id="main"></div>
11-
<script type="module" src="/src/main.js"></script>
10+
<script src="dist/main.js"></script>
1211
</body>
1312
</html>

0 commit comments

Comments
 (0)