35 lines
609 B
HTML
35 lines
609 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta charset="utf-8"/>
|
|
<title>Icons</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="theme-color" content="#f9dee1">
|
|
|
|
<link rel="stylesheet" href="home.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header><h1><a href="index.html">Shannon Kay</a> Icons Page</h1></header>
|
|
|
|
<main>
|
|
|
|
<section class="blurb">
|
|
<p>
|
|
<img class="icon" src="storygraph.svg">
|
|
<img class="icon" src="icons/fediverse.svg">
|
|
</p>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<p><a href="index.html">Shannon's Homepage</a></p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|