1
0
Fork 0
mirror of synced 2024-05-21 05:12:21 +12:00
This commit is contained in:
nagadomi 2016-02-07 07:38:39 +09:00
parent 0d31657874
commit 49fecb8523
7 changed files with 4 additions and 3 deletions

View file

@ -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;

View file

@ -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
webgen/assets/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -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;