Skip to content

Commit 37f2f50

Browse files
committed
add rezact framework
1 parent 1225a6d commit 37f2f50

File tree

11 files changed

+2209
-0
lines changed

11 files changed

+2209
-0
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)