You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
429 B

3 months ago
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Programming</title>
<script type="module" src="programmingIP.js" defer></script>
<link href="/styles/homepagestyles.css" rel="stylesheet">
<link href="styles/styles.css" rel="stylesheet" type="text/css">
</head>
<body id="homebody">
<div class="grid">
<div class="header">
<h1>My Learning Website - Programming</h1>
</div>
<nav></nav>
</div>
</body>
</html>