De-cringify text
This commit is contained in:
parent
265bde56b4
commit
3f73f30f2d
1 changed files with 6 additions and 5 deletions
11
index.html
11
index.html
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="hu">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<meta name="theme-color" content="#A5402D" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Raleway"
|
||||
href="https://fonts.googleapis.com/css?family=Raleway&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
|
|
@ -21,9 +21,10 @@
|
|||
<div id="startText">
|
||||
<h1>Avoid</h1>
|
||||
<p>
|
||||
the red balls by moving your cursor (or finger) on the screen. Try
|
||||
eliminating the enemy balls by getting them to collide with each
|
||||
other. Good luck!
|
||||
A relentless swarm is closing in on you. Guide your light across
|
||||
the screen with your cursor (or finger), stay out of reach, and
|
||||
outsmart your pursuers by luring them into crashing into one
|
||||
another. How long can you survive?
|
||||
</p>
|
||||
</div>
|
||||
<div id="endText">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue