mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
17 lines
690 B
HTML
17 lines
690 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>Landscape • Home</title>
|
|||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|||
|
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600&display=swap" rel="stylesheet">
|
|||
|
</head>
|
|||
|
<body class="text-sm font-sans text-gray-900 bg-white antialiased">
|
|||
|
<div id="app"></div>
|
|||
|
<script type="module" src="/src/main.tsx"></script>
|
|||
|
</body>
|
|||
|
</html>
|