13 lines
317 B
HTML
13 lines
317 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>@revealjs/react Demo</title>
|
|
</head>
|
|
<body>
|
|
<div id="root" style="width: 100vw; height: 100vh;"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|