_meta/title card/titlecardtemplate.html
adam 4f36624aa3 title card
I like this method, it dumps it back where you are
2024-07-23 13:09:34 -04:00

28 lines
417 B
HTML

<html>
<head>
<style type="text/css">
body{
padding:0;
margin:0;
background-color: #333333;
}
div{
display:inline-flex;
}
.centerized{
color: #DEDEDE;
font-size: 8em;
display:block;
margin: auto;
font-family: "Roboto Slab";
}
</style>
</head>
<body>
<div style="width:3840; height:2160; margin:0">
<div class="centerized">
loading...
</div>
</div>
</body>
</html>