mirror of
https://github.com/G2-Games/website.git
synced 2025-04-19 18:02:54 -05:00
14 lines
881 B
HTML
14 lines
881 B
HTML
<link rel="stylesheet" type="text/css" href="https://g2games.dev/Assets/STYLE.css?3.32">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<style>
|
|
@keyframes blinker {
|
|
50% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<figure style="font-family:hack;font-size:14pt;border:solid 1px;padding:5px;">
|
|
Welcome, <span style="color:#dd23c5;font-weight:700;">g2</span>. It's <span style="color:#faf56e;">afternoon</span>. The time is <span style="color:#bffa51;font-weight:700;">3<span style="animation: blinker 1s step-end infinite;">:</span>47 PM</span>. You have no pending updates.<br>
|
|
<span style="background-color:#0087d7;">g2 </span><span style="color:#0087d7;background-color:#585858;"></span><span style="background-color:#585858;"> ~ </span><span style="color:#585858;"></span> <span style="animation: blinker 1.2s step-end infinite;">_</span>
|
|
</figure>
|