12 lines
474 B
HTML
12 lines
474 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>bingo</title>
|
|
</head>
|
|
<style> body { font-family: 'Luxi Mono', 'Meriweather', 'Noto Serif', Times, 'Times New Roman', serif !important; background: #333; color:#a3a3a3; } .content { text-align: center; } .content pre { display: inline-block; text-align: left; } a, a:hover, a:visited, a:focus { color:#a3a3a3 } </style>
|
|
<body>
|
|
<div class="content">
|
|
{{embed}}
|
|
</div>
|
|
</body>
|
|
</html> |