Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -3,10 +3,10 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>
|
7 |
</head>
|
8 |
<body>
|
9 |
-
<h1>
|
10 |
<form id="text-form">
|
11 |
<label for="user-input">Enter your input:</label><br>
|
12 |
<textarea id="user-input" name="user-input" rows="4" cols="50"></textarea><br>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>SS.GPT3M</title>
|
7 |
</head>
|
8 |
<body>
|
9 |
+
<h1>SS.GPT3M</h1>
|
10 |
<form id="text-form">
|
11 |
<label for="user-input">Enter your input:</label><br>
|
12 |
<textarea id="user-input" name="user-input" rows="4" cols="50"></textarea><br>
|