Skip to content

Commit eb30c6c

Browse files
committed
Merge branch 'alinsjs-master'
2 parents 829a12b + aaaebac commit eb30c6c

File tree

7 files changed

+3049
-0
lines changed

7 files changed

+3049
-0
lines changed

frameworks/non-keyed/alins/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
* @Author: chenzhongsheng
3+
* @Date: 2023-08-10 15:16:55
4+
* @Description: Coding something
5+
-->
6+
<!DOCTYPE html>
7+
<html lang="en">
8+
<head>
9+
<meta charset="UTF-8">
10+
<title>Alins</title>
11+
<link href="/css/currentStyle.css" rel="stylesheet"/>
12+
</head>
13+
<body>
14+
<!-- <script src="alins.iife.min.js"></script> -->
15+
<div id="main" class="container"></div>
16+
<script src='dist/main.js'></script>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)