ewfm-themes/other/other-celeste/template.html
2021-11-19 16:53:01 +00:00

13 lines
258 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>{SITE_NAME}</title>
<link rel="stylesheet" type="text/css" href="http://{SITE_DOMAIN}/ewfm_theme/style.css">
<meta charset="utf-8" />
</head>
<body>
<h1>{PAGE_TITLE}</h1>
<hr/>
{PAGE_CONTENT}
</body>
</html>