Skip to content

Instantly share code, notes, and snippets.

@Rembane
Created October 19, 2013 22:57
Show Gist options
  • Select an option

  • Save Rembane/7062589 to your computer and use it in GitHub Desktop.

Select an option

Save Rembane/7062589 to your computer and use it in GitHub Desktop.
A Haste example!
<!DOCTYPE html>
<html>
<body>
<h1>My web page</h1>
This document has a heading and some text. <em>This sentence is emphasized.</em>
<script src="main.js" type="text/javascript"></script>
</body>
</html>
module Main where
import Haste
main :: IO ()
main = alert "Hello world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment