Skip to content

Commit

Permalink
Added a message in the console.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Jan 24, 2017
1 parent eac34b5 commit b1d81db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<script src="elm.js" type="text/javascript"></script>
</head>
<body>
<script>Elm.Main.fullscreen()</script>
<script>
console.log("Based on Tatsuo Miyajima's work 'Mega Death'. Code available at http://github.com/adamchalmers/miyajima - feel free to contact me through there.")
Elm.Main.fullscreen()
</script>
</body>
</html>

0 comments on commit b1d81db

Please sign in to comment.