mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-15 22:30:22 -06:00
16 lines
431 B
HTML
16 lines
431 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" href="data:image/png;base64,iVBORw0KGgo=" />
|
|
<link href="/src/index.css" rel="stylesheet" />
|
|
<title>Local-First Todo Example</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|