<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Candice's Personal Webpage</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
header {
text-align: center;
margin-bottom: 20px;
}
section {
margin-bottom: 30px;
}
h2 {
border-bottom: 2px solid #333;
padding-bottom: 5px;
}
p {
margin-bottom: 15px;
}
</style>
</head>
<body>
<header>
<h1>Welcome to Candice's Webpage</h1>
<p>Exploring the vastness of life.</p>
</header>
<section>
<h2>About Me</h2>
<p>I am Candice, and I navigate through the journey of life with a unique
perspective. Embracing the unknown, one step at a time.</p>
</section>
<section>
<h2>Skills and Interests</h2>
<p>Despite claiming to have no interests, I believe there's always
something fascinating waiting to be discovered. Life is an adventure!</p>
</section>
<section>
<h2>Contact Information</h2>
<p>Email: <a
href="mailto:jupyternotebook@gmail.com">jupyternotebook@gmail.com</a></p>
</section>
<footer>
<p>© 2024 Candice. All rights reserved.</p>
</footer>
</body>
</html>