Sha256: ab2c7ffe75f041320f9c541e2eb791bced06cd843d8526ba38de558a83951391
Contents?: true
Size: 843 Bytes
Versions: 21
Compression:
Stored size: 843 Bytes
Contents
<?xml version="1.0" encoding="utf8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>RaPaste </title> <link href='/css/display.css' rel='stylesheet' type='text/css' /> <link href='/css/#{@style || STYLE}.css' rel='stylesheet' type='text/css' /> </head> <body> <div id="logo"><a href="/">RaPaste</a></div> <div id="menu"> <a href="/">New</a> <a href="/list">List</a> <form id="search" action="/search" method="GET"> Search: <input type="text" name="substring"/> </form> </div> #@content <div id="footer"> <div style="text-decoration:line-through">© #{Date.today.year} by manveru</div> <a href="http://source.ramaze.net/examples/rapaste">View Source</a> </div> </body> </html>
Version data entries
21 entries across 21 versions & 5 rubygems