A Skeleton File
This site may well grow into multiple pages. We wanted to have a simple page that we can refer to where we can copy/paste code for a new pages' framework.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tech Tools Guru | Page Skeleton</title>
<link rel="icon" type="image/png" href="https://codehs.com/uploads/ebaf253284b0ca7f9d2dc4fd3ade37ca" sizes="32x32">
<link rel="icon" type="image/png" href="https://codehs.com/uploads/73bb748bc0c3f2c5369922dbe2d1641b" sizes="16x16">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Roboto+Condensed:wght@300&display=swap" rel="stylesheet">
<link href="siteStyles.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<header id="masthead">
<a href="index.html" title="Home"><img id="mastheadImg" src="https://codehs.com/uploads/ed79ee1b8b4931cd6f7ac1d0952b3ea8" alt="guru"></a>
<div id="mastheadText">
<h1>Tech Tools Guru</h1>
<h3 >A subsidiary of <a href="https://technovicetools.com/"><abbr title="Tech Novice Tools">TNT</abbr></a></h3>
</div>
</header>
<main>
</main>
</body>
</html>