generated from psb/melange-opam-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 957 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="/public/index.css" />
<title>Reason React Hacker News (with Melange, 2023)</title>
</head>
<body class="container max-w-screen-md mx-auto">
<div class="p-6 bg-red-600 text-white">
<div class="text-xs -mt-2">Melange</div>
<div class="flex flex-row justify-between items-center">
<a href="/" class="text-3xl font-bold">
<h1>Reason React Hacker News</h1>
</a>
<a
href="https://github.com/psb/reason-react-hn-melange"
class="text-xl font-bold"
>About</a
>
</div>
</div>
<div id="root"></div>
<script
type="module"
src="/_build/default/src/output/src/Index.js"
></script>
</body>
</html>