Skip to content

Instantly share code, notes, and snippets.

@theblacksquid
Created December 22, 2016 16:27
Show Gist options
  • Save theblacksquid/f6dcaa0f7b430ee708da88479bc5c9c2 to your computer and use it in GitHub Desktop.
Save theblacksquid/f6dcaa0f7b430ee708da88479bc5c9c2 to your computer and use it in GitHub Desktop.
BIWASCHEME BOILERPLATE HTML FILE
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="IE=edge" >
<head>
<title>Title</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="lib/w3.min.css">
</head>
<body>
<div id='app'></div>
<script src="lib/biwascheme.js">
(load "lib/index.scm")
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment