-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhistory.html
More file actions
34 lines (34 loc) · 1.04 KB
/
history.html
File metadata and controls
34 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>history</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<a href="index.html" id="form-link">Form</a>
<a href="history.html" id="history-link">History</a>
</nav>
<div class="container">
<div class="history-cards">
<!-- <div class="submit-history-card">-->
<!-- <span>First Name</span>-->
<!-- <p class="card-first-name"></p>-->
<!-- <span>Last Name</span>-->
<!-- <p class="card-last-name"></p>-->
<!-- <span>Email</span>-->
<!-- <p class="card-email"></p>-->
<!-- <span>Phone</span>-->
<!-- <p class="card-phone"></p>-->
<!-- <span>Company</span>-->
<!-- <p class="card-company"></p>-->
<!-- <span>Address</span>-->
<!-- <p class="card-address"></p>-->
<!-- <button class="delete-button">Delete</button>-->
<!-- </div>-->
</div>
</div>
<script src="history.js"></script>
</body>
</html>