changes
This commit is contained in:
17
views/oneticket.ejs
Normal file
17
views/oneticket.ejs
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Your Ticket</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<%- include('partials/nav') %>
|
||||
<body>
|
||||
<form id="editor">
|
||||
Transfer Ticket:
|
||||
<input type="edit" placeholder="yourfriend@xyz.com" value="<%=offered%>" id="offered">
|
||||
<button id="Submit" type="button">Transfer</button>
|
||||
<br>
|
||||
</form>
|
||||
<img width=300 height=300 src="https://via.placeholder.com/150" alt="Placeholder Image">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user