From 7556fb57c5eda561f01d995ebfc1721f012cd5cf Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 24 Feb 2021 22:54:16 +0300 Subject: [PATCH] fix html --- docs/game.js | 2 ++ docs/index.html | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/game.js b/docs/game.js index 08bc0aa..43f6f3e 100644 --- a/docs/game.js +++ b/docs/game.js @@ -1,3 +1,5 @@ +"use strict"; + var words = ['google', 'speed', 'window', 'horizon']; var lives = 6; diff --git a/docs/index.html b/docs/index.html index 41c9114..eba506b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ - +