correct button name in index.html
This commit is contained in:
parent
1a2591e005
commit
da8df0a5c9
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<label for="jobDescription">Paste Job Description:</label>
|
||||
<textarea name="jobDescription" rows="6" cols="50" required></textarea><br><br>
|
||||
|
||||
<button type="submit" id="generateSub">Generate Cover Letter</button>
|
||||
<button type="submit" id="generateBtn">Generate Cover Letter</button>
|
||||
</form>
|
||||
|
||||
<!-- Hidden To Start With -->
|
||||
|
@ -29,7 +29,7 @@
|
|||
<!-- End Hidden Section -->
|
||||
|
||||
|
||||
<script src="script.js"></script> <!-- External JS file -->
|
||||
<script src="js/script.js"></script> <!-- External JS file -->
|
||||
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue