Skip to content

Instantly share code, notes, and snippets.

@giisyu
Last active August 29, 2015 14:24
Show Gist options
  • Save giisyu/a013c2e93bdf73c04eb5 to your computer and use it in GitHub Desktop.
Save giisyu/a013c2e93bdf73c04eb5 to your computer and use it in GitHub Desktop.
elmHtml
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>start</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<script type="text/javascript" src="app.js"></script>
<script type="text/javascript" src="main.js"></script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
var app = Elm.fullscreen(Elm.App,{});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment