Wars/www/index.html

45 lines
1.2 KiB
HTML
Raw Normal View History

2022-02-16 09:13:46 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Twitch Chat Counter</title>
<link rel="stylesheet" href="starwars.sh">
</head>
<body>
<div id="stage">
<img src="https://s3.amazonaws.com/csstarwars/starwars-logo.png" alt="Star Wars" />
<p id="far-far-away">
A long time ago in a galaxy far,<br/>far away. . . .
</p>
<div id="crawl">
<p class="episode">Episode IV</p>
<p class="title">A New Hope</p>
<p>It is a period of civil war.
Rebel spaceships, striking
from a hidden base, have won
their first victory against
the evil Galactic Empire.</p>
<p>During the battle, Rebel
spies managed to steal secret
plans to the Empire&#8217;s
ultimate weapon, the DEATH
STAR, an armored space
station with enough power
to destroy an entire planet. </p>
<p>Pursued by the Empire&#8217;s
sinister agents, Princess
Leia races home aboard her
starship, custodian of the
stolen plans that can save her
people and restore
freedom to the galaxy. . . .</p>
</div>
</div>
</body>
</html>