nagadomi %!s(int64=9) %!d(string=hai) anos
pai
achega
49fecb8523

+ 1 - 1
assets/style.css

@@ -30,7 +30,7 @@ div, span, a, input {
 body {
     width: 782px;
     margin: 0 auto;
-    background: #ccc;
+    background: #ccc url(bg.png) no-repeat center;
     color: #000;
     font-size: 14px;
     font-family: Tahoma, Arial, Verdana, Meiryo, "MS Gothic", sans-serif, Lucida Sans;

+ 1 - 1
web.lua

@@ -285,7 +285,7 @@ local app = turbo.web.Application:new(
    {
       {"^/$", FormHandler},
       {"^/api$", APIHandler},
-      {"^/([%a%.]+)$", turbo.web.StaticFileHandler, path.join(ROOT, "assets/")},
+      {"^/([%a%d%.%-_]+)$", turbo.web.StaticFileHandler, path.join(ROOT, "assets/")},
    }
 )
 app:listen(opt.port, "0.0.0.0", {max_body_size = CURL_MAX_SIZE})

BIN=BIN
webgen/assets/bg.png


BIN=BIN
webgen/assets/src/chibi_20162765420.png


+ 1 - 0
webgen/assets/src/chibi_20162765420.txt

@@ -0,0 +1 @@
+chibi_20162765420.png was generated by http://tetrabo.com/chibichara/

BIN=BIN
webgen/assets/src/chibi_2x.png


+ 1 - 1
webgen/assets/style.css

@@ -30,7 +30,7 @@ div, span, a, input {
 body {
     width: 782px;
     margin: 0 auto;
-    background: #ccc;
+    background: #ccc url(bg.png) no-repeat center;
     color: #000;
     font-size: 14px;
     font-family: Tahoma, Arial, Verdana, Meiryo, "MS Gothic", sans-serif, Lucida Sans;