12 lines
222 B
HTML
12 lines
222 B
HTML
<!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>
|