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.
17 lines
358 B
17 lines
358 B
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>Web Development</title> |
|
<script type="module" src="webdevelopment.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"> |
|
<nav></nav> |
|
</div> |
|
</body> |
|
</html> |
|
|