Skip to content

Instantly share code, notes, and snippets.

@mort
Created October 15, 2010 10:11
Show Gist options
  • Save mort/627955 to your computer and use it in GitHub Desktop.
Save mort/627955 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/' do
params[:url] ||= 'http://www.arroyodesanservan.org/WEB/Ayuntamiento/saludaAlcalde.php'
@url = params[:url]
erb :index
end
## y en index.erb usar
## <iframe width="100%" height="100%" src="<%= @url %>" border="0" noborder="noborder" frameborder="0" ## padding="0" spacing="0"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment