summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2014-12-24 13:21:08 (GMT)
committerMichele Bini <michele.bini@gmail.com>2014-12-24 13:21:08 (GMT)
commit5af926b0456d43534cdef59a9911d84e8874383c (patch)
treef5e202859050dd479c084825473dd6183a33ff9e
parent212bddea5947dd8933506df507e1b0849fbcb79a (diff)
Change title
-rw-r--r--index.html.coffee6
1 files changed, 3 insertions, 3 deletions
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 "<!DOCTYPE html>\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"