jsx
Version:
a faster, safer, easier JavaScript
35 lines (34 loc) • 613 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href="<%JSX:BASE_HREF%>" />
<link rel="stylesheet" href="style.css" type="text/css" />
<style type="text/css">
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
#body {
margin: 0px auto;
width: 800px;
border: 1px solid #ccc;
}
#footer {
border-top: 1px solid #ccc;
padding: 1em 0;
text-align: center;
}
</style>
<title><%JSX:TITLE%> - JSXDoc</title>
</head>
<body>
<div id="body">
<%JSX:BODY%>
<div id="footer">
<%JSX:FOOTER%>
</div>
</div>
</body>
</html>