added mrtg
This commit is contained in:
35
app/views/static/mrtg.html.erb
Normal file
35
app/views/static/mrtg.html.erb
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
<h1>sonohara</h1>
|
||||||
|
|
||||||
|
<h3>5 min</h3>
|
||||||
|
|
||||||
|
<img src="http://mrtg.vinax.net/switch3/switch3_27-day.png">
|
||||||
|
|
||||||
|
<h3>30 min</h3>
|
||||||
|
|
||||||
|
<img src="http://mrtg.vinax.net/switch3/switch3_27-week.png">
|
||||||
|
|
||||||
|
<h3>2 hour</h3>
|
||||||
|
|
||||||
|
<img src="http://mrtg.vinax.net/switch3/switch3_27-month.png">
|
||||||
|
|
||||||
|
<h3>1 day</h3>
|
||||||
|
|
||||||
|
<img src="http://mrtg.vinax.net/switch3/switch3_27-year.png">
|
||||||
|
|
||||||
|
<h1>hijiribe</h1>
|
||||||
|
|
||||||
|
<h3>5 min</h3>
|
||||||
|
|
||||||
|
<img src="http://mrtg.vinax.net/switch3/switch3_29-day.png">
|
||||||
|
|
||||||
|
<h3>30 min</h3>
|
||||||
|
|
||||||
|
<img src="http://mrtg.vinax.net/switch3/switch3_29-week.png">
|
||||||
|
|
||||||
|
<h3>2 hour</h3>
|
||||||
|
|
||||||
|
<img src="http://mrtg.vinax.net/switch3/switch3_29-month.png">
|
||||||
|
|
||||||
|
<h3>1 day</h3>
|
||||||
|
|
||||||
|
<img src="http://mrtg.vinax.net/switch3/switch3_29-year.png">
|
||||||
@@ -251,6 +251,7 @@ Danbooru::Application.routes.draw do
|
|||||||
match "/static/bookmarklet" => "static#bookmarklet", :as => "bookmarklet"
|
match "/static/bookmarklet" => "static#bookmarklet", :as => "bookmarklet"
|
||||||
match "/static/site_map" => "static#site_map", :as => "site_map"
|
match "/static/site_map" => "static#site_map", :as => "site_map"
|
||||||
match "/static/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"
|
match "/static/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"
|
||||||
|
match "/static/mrtg" => "static#mrtg", :as => "mrtg"
|
||||||
|
|
||||||
root :to => "posts#index"
|
root :to => "posts#index"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user