Skip to content

Instantly share code, notes, and snippets.

@mathias
Last active August 29, 2015 13:57
Show Gist options
  • Save mathias/9611321 to your computer and use it in GitHub Desktop.
Save mathias/9611321 to your computer and use it in GitHub Desktop.
<script type="text/hoplon">
(page "index.html"
(:refer-clojure :exclude [nth])
(:require
[tailrecursion.hoplon.reload :refer [reload-all]]))
(reload-all 25)
</script>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gleam</title>
<link href="app.css" rel="stylesheet">
</head>
<body>
<header>
<h1>gleam</h1>
</header>
<section>
<!-- dashboard widgets go here -->
</section>
<footer>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment