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
412 B
19 lines
412 B
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>Linux</title> |
|
<script type="module" src="linuxIP.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 - LINUX</h1> |
|
</div> |
|
<nav></nav> |
|
</div> |
|
</body> |
|
</html>
|
|
|