Sha256: 8482385a2f6d2832fe65d2d0f8b32ef9050e3763a1d11abb78edece1f1fda07d
Contents?: true
Size: 427 Bytes
Versions: 35
Compression:
Stored size: 427 Bytes
Contents
<?xml version='1.0' encoding='utf-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>MicroWiki <%= h @page %></title> <style type="text/css"> a.exists{ color: #00f; } a.missing{ color: #f00; } textarea{ width: 90%; height: 20em; } </style> </head> <body> <%= @content %> </body> </html>
Version data entries
35 entries across 35 versions & 3 rubygems