Files
TokenLens/index.html

14 lines
598 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='8' fill='%2308111d'/%3E%3Cpath d='M8 24V10M14 24V5M20 24v-9M26 24H6' stroke='%232e83ff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E" />
<title>TokenLens</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/renderer/App.jsx"></script>
</body>
</html>