-
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
1 parent
0c519a2
commit cdc45cd
Showing
1,042 changed files
with
127,102 additions
and
2 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 @@ | ||
[{"id":"0c9c9b17","name":"Yeswanth","phone":"9032690321","email":"sinchan123v@gmail.com","website":"https://pecup.in","createdAt":"2024-12-16T16:16:33.268Z"},{"id":"abe86ad2","name":"Yeswanth","phone":"9032690321","email":"sinchan123v@gmail.com","website":"N/A","createdAt":"2024-12-16T16:39:52.313Z"},{"id":"40c23d4a","name":"Max","phone":"9032690321","email":"qwerty123v@gmail.com","website":"N/A","createdAt":"2024-12-16T16:42:48.638Z"}] |
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,45 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Contact QR Code Generator</title> | ||
<link rel="stylesheet" href="./styles.css"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1>Contact QR Code Generator</h1> | ||
|
||
<form id="contactForm" class="contact-form"> | ||
<div class="form-group"> | ||
<label for="name">Full Name</label> | ||
<input type="text" id="name" name="name" required> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label for="phone">Phone Number</label> | ||
<input type="tel" id="phone" name="phone" required> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label for="email">Email Address</label> | ||
<input type="email" id="email" name="email" required> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label for="website">Personal Website (Optional)</label> | ||
<input type="url" id="website" name="website"> | ||
</div> | ||
|
||
<button type="submit" class="generate-btn">Generate QR Code</button> | ||
</form> | ||
|
||
<div id="qrCodeOutput" class="qr-output"> | ||
<img id="qrCodeImage" src="" alt="QR Code" style="display: none;"> | ||
<p id="qrCodeLink"></p> | ||
</div> | ||
</div> | ||
|
||
<script src="/script.js"></script> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.