Files
azul/front/ymsg/tmpl/placeholders/banad.html
T
Athena Funderburg 4b463a3432 init
2026-05-25 07:05:17 +00:00

21 lines
274 B
HTML

<html><head><title>banner ad</title></head>
<body scroll="no" topmargin="0" leftmargin="0">
<style>
body {
font-family: 'Trebuchet MS', sans-serif;
background: #1d1b52;
color: white;
}
</style>
<center>
<br>
<h1>This is a placeholder.</h1>
</center>
</body>
</html>