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
427 B

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Programming</title>
<script type="module" src="programming.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>