Skip to content

Commit

Permalink
update page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 22, 2024
1 parent 8b50e28 commit 43feeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>URL Expander</title>
<title>OnGoing URL Expander</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function() {
Expand Down Expand Up @@ -39,7 +39,7 @@
</style>
</head>
<body>
<h1>URL Expander</h1>
<h1>OnGoing URL Expander</h1>
<form id="expandForm">
<input type="text" id="urlInput" placeholder="Enter a URL">
<button type="submit" id="expandBtn">Expand</button>
Expand Down

0 comments on commit 43feeea

Please sign in to comment.