51 lines
962 B
HTML
51 lines
962 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta charset="utf-8"/>
|
|
<title>Shannon's Homepage</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<style>
|
|
body {
|
|
background-color: #f7d3d6;
|
|
text-align: center;
|
|
font-family:Verdana;
|
|
font-size: 12pt;
|
|
}
|
|
h1 {
|
|
text-align: center;
|
|
font-size: 7vw;
|
|
color: #ed999e;
|
|
}
|
|
hr {
|
|
max-width: 80%;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<header><h1>Shannon's Homepage</h1></header>
|
|
<main>
|
|
<p>Hello World
|
|
<br><img src="coffeeloveblinkie-shannon-byspeakingsoul.gif"> <img src="emoji/dolewhip.png" alt="Dole Whip Emoji"> </p>
|
|
|
|
|
|
<p><img src="beauty-reading_001.gif" alt="Beauty and the Beast reading scene"></p>
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
<img src="family.jpg" alt="Family Selfie" style="max-width:100%;height:auto;">
|
|
<!--
|
|
<video controls loop>
|
|
<source src="family.mov" type="video/mp4" style="max-width:100%;height:auto;" >
|
|
</video>
|
|
-->
|
|
|
|
</p>
|
|
</main>
|
|
|
|
</body>
|
|
</html>
|