Sha256: fecf7dc05eb4e222cdb56f95f2d88e27ebb458fc4b93f310d6f674be1121285f
Contents?: true
Size: 439 Bytes
Versions: 8
Compression:
Stored size: 439 Bytes
Contents
<!DOCTYPE HTML> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=8"> <title><%=name.titlecase%></title> <link rel="stylesheet" href="<%=name%>-debug.css" type="text/css" charset="utf-8"> <script src="<%=name%>-debug.js" type="text/javascript" charset="utf-8"></script> </head> <body> <script> distil.onready(function(){ coherent.Application.shared.setMainNib('<%=nib_name%>'); }); </script> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems