Sha256: 5e3c3299463738bdd5b85a688032af8c5b82d7006c52b422d9520f16cd107144
Contents?: true
Size: 977 Bytes
Versions: 3
Compression:
Stored size: 977 Bytes
Contents
<!DOCTYPE html> <html> <head> <?r response.cache! ?> <?r if title = self[:title] ?> <title>#{title.gsub(/<.*?>/, "")}</title> <?r else ?> <title>Async Debug</title> <?r end ?> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="icon" type="image/png" href="/_static/icon.png" /> <link rel="stylesheet" href="/_static/site.css" type="text/css" media="screen" /> <script src="/_components/jquery/jquery.min.js"></script> <script src="/_components/jquery-syntax/jquery.syntax.min.js"></script> <script src="/_static/links.js"></script> <script src="/_components/morphdom/morphdom-umd.js"></script> <script src="/_components/@socketry/live/live.js"></script> <script type="text/javascript"> //<![CDATA[ jQuery(function($) { $.syntax(); }); //]]> </script> </head> <body> <content:header /> <main> <utopia:content/> </main> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
async-debug-0.2.0 | pages/_page.xnode |
async-debug-0.1.1 | pages/_page.xnode |
async-debug-0.1.0 | pages/_page.xnode |