source: ProjectBuilder/devel/pb-server/templates/layouts/blog.html.ep@ 2281

Last change on this file since 2281 was 2281, checked in by Bruno Cornec, 7 years ago

Add a template for pb-server

File size: 478 bytes
Line 
1<!DOCTYPE html>
2<html>
3 <head>
4 <title><%= title %></title>
5 <style>
6 a, body { color: #2a2a2a }
7 body { font: 0.9em 'Helvetica Neue', Helvetica, sans-serif }
8 input[type=text], textarea { width: 600px }
9 input.field-with-error, textarea.field-with-error {
10 border: 4px solid #f00;
11 }
12 textarea { height: 300px }
13 </style>
14 </head>
15 <body>
16 <h1><%= link_to 'ProjectBuilder' => 'confs' %></h1>
17 %= content
18 </body>
19</html>
Note: See TracBrowser for help on using the repository browser.