Skip to content

Commit

Permalink
web
Browse files Browse the repository at this point in the history
  • Loading branch information
nagadomi committed Feb 6, 2016
1 parent 0d31657 commit 49fecb8
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion web.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
Binary file added webgen/assets/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webgen/assets/src/chibi_20162765420.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions webgen/assets/src/chibi_20162765420.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chibi_20162765420.png was generated by http://tetrabo.com/chibichara/
Binary file added webgen/assets/src/chibi_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion webgen/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 49fecb8

Please sign in to comment.