Skip to content

Commit dba25de

Browse files
committed
replace site
1 parent 5913636 commit dba25de

File tree

19 files changed

+689
-161
lines changed

19 files changed

+689
-161
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>neofound</title>
7+
</head>
8+
<body>
9+
<div id="root"></div>
10+
<!-- Point to YOUR entry file: src/index.jsx -->
11+
<script type="module" src="/src/index.jsx"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)