Statistics
| Revision:

root / web-presentation / trunk / eneraptor-web-presentation / grails-app / views / content / view.gsp @ 86

History | View | Annotate | Download (219 Bytes)

1 86 alexbesir
<html>
2
	<head>
3
		<meta name="layout" content="main">
4
		<style type="text/css">
5
		html, body {
6
			margin: 0px;
7
			padding: 0px;
8
		}
9
		</style>
10
	</head>
11
12
	<body>
13
		${content.contentHTML}
14
	</body>
15
16
</html>