xuefengli
update
7362797
raw
history blame contribute delete
570 Bytes
<!-- Copyright (c) Meta Platforms, Inc. and affiliates. -->
<!-- This source code is licensed under the Chameleon License found in the -->
<!-- LICENSE file in the root directory of this source tree. -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chameleon Viewer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>