39 lines
1.2 KiB
HTML
39 lines
1.2 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 type="text/css" href="/css/style.css" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css">
|
|
|
|
<style>
|
|
#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/dev-main.js" type="text/javascript"></script>
|
|
<script>
|
|
window.klipse_settings = {
|
|
selector: '.klipse', // css selector for the html elements you want to klipsify
|
|
};
|
|
</script>
|
|
<script src="https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js"></script>
|
|
</body>
|
|
|
|
</html>
|