Skip to content

Commit

Permalink
add index html
Browse files Browse the repository at this point in the history
  • Loading branch information
李元峰 committed Sep 27, 2017
1 parent 2c98d9f commit a8cb978
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
index: "/html/index.html",
index: "/index.html",
default_port: 8080,
root_dir: "public",
max_storage_age: 365 * 24 * 60 * 60
Expand Down
8 changes: 0 additions & 8 deletions public/html/index.html

This file was deleted.

Binary file removed public/images/dong.jpg
Binary file not shown.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><title>image-search</title><link href=/static/css/app.c10d125307287b75ff874f01fa528244.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.87f81528ecfd42aabe5b.js></script><script type=text/javascript src=/static/js/vendor.f88a6aeee248e88df5f1.js></script><script type=text/javascript src=/static/js/app.f380a645e9b03c7bb3f6.js></script></body></html>
1 change: 1 addition & 0 deletions public/static/css/app.c10d125307287b75ff874f01fa528244.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/static/img/background.403dea8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/static/js/app.f380a645e9b03c7bb3f6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/static/js/app.f380a645e9b03c7bb3f6.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/static/js/manifest.87f81528ecfd42aabe5b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a8cb978

Please sign in to comment.