Add 'www/index.html'
This commit is contained in:
parent
2ee4d47b3c
commit
38493ff103
|
@ -0,0 +1,45 @@
|
|||
<!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’s
|
||||
ultimate weapon, the DEATH
|
||||
STAR, an armored space
|
||||
station with enough power
|
||||
to destroy an entire planet. </p>
|
||||
|
||||
<p>Pursued by the Empire’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>
|
Loading…
Reference in New Issue