19 lines
378 B
HTML
19 lines
378 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Omiu</title>
|
|
<script type="module" src="/src/demo.tsx"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>JSX Mode <a href="./index.html">HTML Mode</a></h1>
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|