wolfcountBot/views/notlive.txt

42 lines
1.6 KiB
Plaintext

/* body {background-color: #c2c2c2 !important;margin: 0;width: 100%;
height: 100%;display: flex;justify-content: center;
align-items: center;font-family: 'Courier New', Courier, monospace;
} */
<!-- <h1><span>${basecount} wolfs</span><img class="wolf" src="images/wolf.png"></h1> -->
<!-- <div class="wolfcounter-other">
<h3 style="box-shadow: 4px 6px; border: 3px solid grey; padding: 0.2vh 5px;">Other links:
<p style="box-shadow: 4px 6px; border: 3px solid grey; padding: 0.2vh 5px;"><a href="/info">Info</a></p>
<p style="box-shadow: 4px 6px; border: 3px solid grey; padding: 0.2vh 5px;"><a href="/privacy">Privacy</a></p>
<p style="box-shadow: 4px 6px; border: 3px solid grey; padding: 0.2vh 5px;"><a href="/tos">TOS</a></p>
</h3>
</div> -->
<!-- <head>
<title>${basecount} Wolfs</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#c16a4f">
<link rel="icon" sizes="192x192" href="../site/assets/wolf.png">
<style>
body {
margin: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Courier New', Courier, monospace;
}
.wolf {
width: 2em;
height: 2em;
vertical-align: middle;
}
</style>
</head>
<body>
<h1><span>${basecount} wolfs</span><img class="wolf" src="../site/assets/wolf.png"></h1>
</body> -->