-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
30 lines (26 loc) · 880 Bytes
/
Copy pathfooter.html
File metadata and controls
30 lines (26 loc) · 880 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="assets/Images/Endie's_Editing_New.ico">
</head>
<body>
<footer>
<h3>Endie's Editing</h3>
<address>
<a href="mailto:enderprooffical@gmail.com">enderprooffical@gmail.com</a>
<br>
<p>
<a href="tel:+1828903EDIT">(828) 903-EDIT
</p>
<br>
</address>
<a href="privacy_policy.html" style="text-decoration: underline;">Privacy Policy</a>
<br>
<img src="assets/Images/Endie's_Editing_New.ico" alt="Corner Icon" id="footer-icon">
<a href="lic_info.html"><br>© Wyatt Johnson 2025</a>
</footer>
</body>
</html>