MediaWiki:Frame.rythm

From BITPlan Wiki
Revision as of 15:55, 2 February 2017 by Wf (talk | contribs) (Created page with "@// Rythm template for the manager for the @// Entity Attribute which is a DocElement @args() { String body; } <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

@// Rythm template for the manager for the @// Entity Attribute which is a DocElement @args() {

 String body;

} <!DOCTYPE html> <html lang="en"> <head>

 <meta charset="utf-8"/>
 <style>

body {

   background-color: linen;

}

h1 {

   color: #FF8000;
   margin-left: 40px;

}

 </style>

</head> @(body)