54 lines
1.5 KiB
HTML
54 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
|
|
/>
|
|
<title>Clojure demos</title>
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css"
|
|
/>
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
href="https://raw.githubusercontent.com/FarhadG/code-mirror-themes/master/themes/rdark.css"
|
|
/>
|
|
|
|
<style>
|
|
|
|
html {
|
|
font-family: "Montserrat", Lato, Garamond;
|
|
}
|
|
|
|
#notification-container {
|
|
position: fixed;
|
|
z-index: 999999;
|
|
top: 12px;
|
|
right: 12px;
|
|
</style>
|
|
<meta name="robots" content="noindex" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">loading here</div>
|
|
<script src="/cljs-out/main_bundle.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|