_meta/crediting/credit.html
2024-08-02 17:17:54 -04:00

25 lines
393 B
HTML

<html>
<head>
<link rel="stylesheet" href="../shared/style.css">
<style type="text/css">
body{
background-color: #00FF00;
}
</style>
</head>
<body>
<div style="width:3840; height:2160; margin:0">
<div class="credit">
<div class="number">
[num]
</div>
<div class="text">
[title]
<br />
[platform img]
[author]
</div>
</div>
</div>
</body>
</html>