ewfm-themes/linear/linear-nebula/template.html

28 lines
475 B
HTML
Raw Normal View History

2021-09-20 16:39:09 +01:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{SITE_NAME}</title>
<link rel="stylesheet" type="text/css" href="http://{SITE_DOMAIN}/ewfm_theme/style.css">
</head>
<body>
<div class="head">
<div class="pad">
<h1>{PAGE_TITLE}</h1>
</div>
</div>
<div class="nav">
<br/>
{DIRECTORY_A}
</div>
<div class="column">
<div class="pad">
{PAGE_CONTENT}
</div>
</div>
</body>
</html>