This commit is contained in:
Alexander Popov 2021-02-24 22:54:16 +03:00
parent 9a0ac14281
commit 7556fb57c5
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,5 @@
"use strict";
var words = ['google', 'speed', 'window', 'horizon']; var words = ['google', 'speed', 'window', 'horizon'];
var lives = 6; var lives = 6;

View File

@ -1,4 +1,4 @@
<!doctype html> <!DOCTYPE html>
<html> <html>
<!-- <!--
/_ ... _ /_ /_ ... _ /_
@ -8,9 +8,8 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>hgman</title> <title>hgman</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<link rel="stylesheet" type="text/css" href="styles.css"> <link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="Play/play.css">
</head> </head>
<body> <body>