MediaWiki:Frame.rythm: Difference between revisions
Jump to navigation
Jump to search
(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-...") |
No edit summary |
||
| Line 1: | Line 1: | ||
<source lang='rythm'> | |||
@// Rythm template for the manager for the | @// Rythm template for the manager for the | ||
@// Entity Attribute which is a DocElement | @// Entity Attribute which is a DocElement | ||
| Line 20: | Line 21: | ||
</head> | </head> | ||
@(body) | @(body) | ||
</source> | |||
Revision as of 13:55, 2 February 2017
@// 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)