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