Skip to content

Commit

Permalink
curse redirect to feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
balintking committed Feb 22, 2024
1 parent 74f98f3 commit 0d57557
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Web basics demo</title>
<link rel="stylesheet" href="style_pimp.css">
</head>
<body>

<div class="panel">
<h1>Log In</h1>
<p>Enter your credentials</p>
<form>
<form action="https://forms.gle/94QHx52ptXFqDgwi7">
<label for="username">Username</label>
<input id="username" name="username" type="text"/>
<input id="username" name="username" type="text" required/>
<label for="password">Password</label>
<input id="password" name="password" type="password"/>
<input id="password" name="password" type="password" required/>
<a href="#">Forgot Password?</a>
<input id="submit" type="submit" value="Log In">
</form>
Expand Down

0 comments on commit 0d57557

Please sign in to comment.