nextjs-clone/index.html
Florian Bouillon c467bccbe6
feat: Initial Commit
Signed-off-by: Avior <github@avior.me>
2022-11-03 00:58:37 +01:00

13 lines
345 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div id="app"><!--ssr-outlet--></div>
<script type="module" src="/src/entry-client.ts"></script>
</body>
</html>