blob: 2be0d64a6b4e55375fde97e3ac53b42518da9412 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Haskell Code Explorer</title>
<meta name="description" content="Haskell Code Explorer">
<meta name="google" content="notranslate">
<meta name="viewport" content="width=device-width, initial-scale=0.6">
{{content-for 'head'}}
<link rel="stylesheet" href="/assets/vendor.css">
<link rel="stylesheet" href="/assets/haskell-code-explorer.css">
{{content-for 'head-footer'}}
</head>
<body>
{{content-for 'body'}}
<script pace-src="/assets/vendor.js"></script>
<script pace-src="/assets/haskell-code-explorer.js"></script>
{{content-for 'body-footer'}}
<noscript>You need to enable JavaScript to run this app.</noscript>
</body>
</html>
|