TenPoisk
commited on
Commit
Β·
6407548
1
Parent(s):
b71c293
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -6,14 +6,14 @@
|
|
6 |
</head>
|
7 |
<body>
|
8 |
<h1>β’ CofURLcut</h1>
|
9 |
-
<label for="long-url"
|
10 |
<p></p>
|
11 |
<input type="text" id="long-url" placeholder="https://internet.com">
|
12 |
<p></p>
|
13 |
<button id="shorten-button">Shorten</button>
|
14 |
<br>
|
15 |
<p></p>
|
16 |
-
<label for="short-url"
|
17 |
<p></p>
|
18 |
<input type="text" id="short-url" readonly>
|
19 |
<p></p>
|
@@ -44,6 +44,6 @@
|
|
44 |
});
|
45 |
</script>
|
46 |
<p></p>
|
47 |
-
|
48 |
</body>
|
49 |
</html>
|
|
|
6 |
</head>
|
7 |
<body>
|
8 |
<h1>β’ CofURLcut</h1>
|
9 |
+
<label for="long-url">Enter a long link:</label>
|
10 |
<p></p>
|
11 |
<input type="text" id="long-url" placeholder="https://internet.com">
|
12 |
<p></p>
|
13 |
<button id="shorten-button">Shorten</button>
|
14 |
<br>
|
15 |
<p></p>
|
16 |
+
<label for="short-url">Short link:</label>
|
17 |
<p></p>
|
18 |
<input type="text" id="short-url" readonly>
|
19 |
<p></p>
|
|
|
44 |
});
|
45 |
</script>
|
46 |
<p></p>
|
47 |
+
Link shortener
|
48 |
</body>
|
49 |
</html>
|