-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
27 lines (27 loc) · 1.18 KB
/
Copy pathinfo.html
File metadata and controls
27 lines (27 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Matthew's Projects</title>
</head>
<body id="main-body" bgcolor="#000000" background="resources/images/StarryNight.gif" text="#ffffff" link="#FFFF00" vlink="#FF00FF">
<header>
<div id="navbar">
<a href="index.html"><img src="resources/images/home.gif" alt="Home" height="30" width="75" border="none"></a>
<a href="projects.html"><img src="resources/images/projects.gif" alt="Projects" height="30" width="75" border="none"></a>
<a href="info.html"><img src="resources/images/info.gif" alt="Info" height="30" width="75" border="none"></a>
</div>
</header>
<h2>Info</h2>
<h3>* Matthew's Site *</h3>
<br>
<footer>
<br><br>
<hr width="90%">
<p align="center"><font size="4">Updated at 1:19 AM (CST) on September 30th, 2024.</font></p>
<p align="center"><font size="4">Copyright © 2017-2024 Matthew Cabor</font></p>
</footer>
</body>
</html>