Files
aklive2d/directory/index.html
Haoyu Xu 7e2a2a1d40 feat(aklive2d): many changes
- generalized env_generator
- fixed content_processor
- updated config to add fields
- removed redundant fields in config
2023-02-25 21:36:54 -05:00

15 lines
494 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aklive2d directory</title>
<script async defer data-website-id="05ee2d3d-66e0-429b-89ba-db112743a8c2" src="https://insights.halyul.dev/insights.js"
data-do-not-track="true" data-auto-track="false"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/App.jsx"></script>
</body>
</html>