31 lines
732 B
HTML
31 lines
732 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<title> The main page.</title>
|
||
|
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="main.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class = "texts">
|
||
|
<p>A page about me</p>
|
||
|
<img src="https://www.iwriteessays.com/image/aboutmejpg" id = "me_image" >
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class = "interests"><a href = "interests.html">Interests</a></div>
|
||
|
|
||
|
<div class = "hobbies"><a href = "hobbies.html">Hobbies</a></div>
|
||
|
|
||
|
<div class = "experiences"><a href = "experiences.html">Experiences</a></div>
|
||
|
|
||
|
<div class = "philosophy"><a href = "philosophy.html">Philosophy</a></div>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
|
||
|
|
||
|
</html>
|