Skip to content

Commit ec4abeb

Browse files
committed
Merge branch 'master' into add-vite
2 parents fc8a37e + de14372 commit ec4abeb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+55026
-1324
lines changed

frameworks/keyed/rezact/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+
<title>Rezact (keyed)</title>
5+
<link href="/css/currentStyle.css" rel="stylesheet"/>
6+
</head>
7+
<body >
8+
<div id="main" class="container">
9+
</div>
10+
<script type="module" src='dist/assets/main.js'></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)