Functional

This commit is contained in:
bingus_violet 2024-07-13 05:53:26 -05:00
parent 2fc92cedd4
commit 9ece56849d
12 changed files with 411 additions and 8 deletions

View file

@ -19,7 +19,7 @@
<div class="mainDiv">
<h1>QuickURL<hr></h1>
<form action="/makeURL" method="post">
<form action="/makeURL" method="get">
<input required type="url" id="url" placeholder="Enter URL" name="url">
<br><br>

View file

@ -89,4 +89,8 @@ input[type="url"] {
select:hover,
input:hover {
border-color: var(--text-color)
}
a {
color: rgb(125, 125, 255)
}