mirror of
https://github.com/clb92/browser-tab-title-game.git
synced 2025-12-06 01:32:04 +01:00
Added language attribute
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Not running yet</title>
|
<title>Not running yet</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
@@ -63,4 +63,4 @@
|
|||||||
window.addEventListener('keydown', keypress);
|
window.addEventListener('keydown', keypress);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user