diff --git a/app.rb b/app.rb index bae6777..79c72d4 100644 --- a/app.rb +++ b/app.rb @@ -3,6 +3,8 @@ require 'sinatra' require 'csvlint' +set :bind, '0.0.0.0' + get '/' do erb :index end diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..4e451b1 --- /dev/null +++ b/public/favicon.png Binary files differ diff --git a/views/index.erb b/views/index.erb index 0ee1f11..1daaddc 100644 --- a/views/index.erb +++ b/views/index.erb @@ -3,6 +3,7 @@
+