-
Notifications
You must be signed in to change notification settings - Fork 19
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
1 parent
3b62b12
commit 6684a74
Showing
2 changed files
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<h1>Contribute Resources</h1> | ||
<text align:centre></text> | ||
<form action="mailto:aanchalrakheja2001@gmail.com" method="post" enctype="text/plain"> | ||
<label for="name"> Name:</label> | ||
<input type="text" id="name" name="name"><br> | ||
<label for="email">Enter your email:</label> | ||
<input type="email" id="email" name="email"><br> | ||
<label for="Resources"> Domain of the Resorces:</label> | ||
<input type="text" id="resource" name="resource"><br> | ||
<label for="resource">Add your resource link here:</label> | ||
<input type="url" id="resource" name="resource"><br> | ||
<input type="submit" value="Submit"> | ||
</form> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
body { | ||
border-radius: 5px; | ||
background-color: navajowhite; | ||
padding: 20px; | ||
text-align: center; | ||
font-size: 40px; | ||
} |