Get a hello world set up
This commit is contained in:
11
public/index.html
Normal file
11
public/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>React animated list demo</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="./scripts/index.js"></script>
|
||||
<react-animated-list-demo />
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user