forked from yankils/hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
unknown
authored and
unknown
committed
Nov 7, 2021
1 parent
e54ec5e
commit 2804e65
Showing
1 changed file
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
<h1> Hello, Welcome to Simple DevOps Project !! </h1> | ||
<h2> Deploying on a kubernetes using ansible for Valaxy Technologies </h2> | ||
<h2> Glad to see you here </h2> | ||
<form action="action_page.php"> | ||
<div class="container"> | ||
<h1>Register</h1> | ||
<p>Please fill in this form to create an account.</p> | ||
<hr> | ||
|
||
<label for="email"><b>Email</b></label> | ||
<input type="text" placeholder="Enter Email" name="email" id="email" required> | ||
|
||
<label for="psw"><b>Password</b></label> | ||
<input type="password" placeholder="Enter Password" name="psw" id="psw" required> | ||
|
||
<label for="psw-repeat"><b>Repeat Password</b></label> | ||
<input type="password" placeholder="Repeat Password" name="psw-repeat" id="psw-repeat" required> | ||
<hr> | ||
|
||
<p>By creating an account you agree to our <a href="#">Terms & Privacy</a>.</p> | ||
<button type="submit" class="registerbtn">Register</button> | ||
</div> | ||
|
||
<div class="container signin"> | ||
<p>Already have an account? <a href="#">Sign in</a>.</p> | ||
</div> | ||
</form> |