12 linhas
297 B
HTML
12 linhas
297 B
HTML
## -*- coding: utf-8 -*-
|
|
|
|
<%page args="stylesheet" />
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
<link rel="stylesheet" href="${stylesheet}" type="text/css" />
|
|
</head>
|
|
<body></body>
|
|
</html>
|