|
|
@ -7,7 +7,7 @@
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div id="root">
|
|
|
|
<div id="root">
|
|
|
|
<h1>Link Shortener</h1>
|
|
|
|
<h1>Link Shortener</h1>
|
|
|
|
<form id="form">
|
|
|
|
<form id="form" action="result.js">
|
|
|
|
<label for="url">URL:</label><span class="mandatory">*</span>
|
|
|
|
<label for="url">URL:</label><span class="mandatory">*</span>
|
|
|
|
<input type="text" name="url" id="URL" value="example.com" required><br><br>
|
|
|
|
<input type="text" name="url" id="URL" value="example.com" required><br><br>
|
|
|
|
|
|
|
|
|
|
|
|