Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
-
<title>
|
6 |
<style>
|
7 |
body {
|
8 |
font-family: Arial, sans-serif;
|
@@ -147,7 +147,7 @@
|
|
147 |
</head>
|
148 |
<body>
|
149 |
<header>
|
150 |
-
<h1>
|
151 |
</header>
|
152 |
<div class="container">
|
153 |
<div id="hangman-container">
|
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
+
<title>GitHub Copilot Hangman</title>
|
6 |
<style>
|
7 |
body {
|
8 |
font-family: Arial, sans-serif;
|
|
|
147 |
</head>
|
148 |
<body>
|
149 |
<header>
|
150 |
+
<h1>GitHub Copilot Hangman</h1>
|
151 |
</header>
|
152 |
<div class="container">
|
153 |
<div id="hangman-container">
|