mirror of
https://github.com/Screenly/Anthias.git
synced 2026-05-06 06:15:06 -04:00
12 lines
244 B
Smarty
12 lines
244 B
Smarty
<head>
|
|
<title>{{header}}</title>
|
|
<link type="text/css" href="/static/css/style.css" rel="Stylesheet" />
|
|
</head>
|
|
<body>
|
|
<h1>{{header}}</h1>
|
|
<p>{{message}}</p>
|
|
<div class="footer">
|
|
<a href="/">Back</a>
|
|
</div>
|
|
</body>
|