From 5af926b0456d43534cdef59a9911d84e8874383c Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Wed, 24 Dec 2014 14:21:08 +0100 Subject: Change title diff --git a/index.html.coffee b/index.html.coffee index c9d8efb..f410c22 100644 --- a/index.html.coffee +++ b/index.html.coffee @@ -4,13 +4,13 @@ # This program is available under the terms of the MIT License -version = "0.2.249" +version = "0.2.251" { htmlcup } = require 'htmlcup' htmlcup[x] = htmlcup.compileTag x for x in [ "svg", "rect", "g", "ellipse", "polygon", "line", "image", "defs", "linearGradient", "stop", "use" ] -title = "Vilma, the happy Vaquita - Sunken Moon" +title = "Vilma, the happy Vaquita - The Moon is sinking!" fs = require 'fs' @@ -41,7 +41,7 @@ gameAreaSize = [ 240, 360 ] genPage = -> htmlcup.printHtml "\n" - htmlcup.html lang:"en", manifest:"SunkenMoon.appcache", style:"height:100%", -> + htmlcup.html lang:"en", manifest:"index.appcache", style:"height:100%", -> @head -> @meta charset:"utf-8" @meta name:"viewport", content:"width=480, user-scalable=no" -- cgit v0.10.2