15 lines 376 B
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang=class="c-str">"en">
<head>
<meta charset=class="c-str">"UTF-class="c-num">8" />
<link rel=class="c-str">"icon" type=class="c-str">"image/svg+xml" href=class="c-str">"/vite.svg" />
<meta name=class="c-str">"viewport" content=class="c-str">"width=device-width, initial-scale=class="c-num">1.0" />
<title>Tauri + React + Typescript</title>
</head>
<body>
<div id=class="c-str">"root"></div>
<script type=class="c-str">"module" src=class="c-str">"/src/main.tsx"></script>
</body>
</html>