blob: 50beaed5baed708442e389a565d0723f0b1e5849 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[@react.component]
let make = () => {
<html>
<head>
<meta charSet="utf-8" />
<title> {React.string("Bloody Shovel 5")} </title>
</head>
// <link rel="stylesheet" href="/output.css" />
<body> <h1> {React.string("Oh hai")} </h1> </body>
</html>;
};
|