Skip to content

Commit 573993e

Browse files
committed
Merge branch 'sullay-add-artjs'
2 parents a8aca14 + f792de4 commit 573993e

File tree

5 files changed

+1029
-0
lines changed

5 files changed

+1029
-0
lines changed

frameworks/non-keyed/art/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Art non-keyed</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
7+
</head>
8+
<body>
9+
<div id="root"></div>
10+
<script type="module" src="dist/main.js"></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)