19 lines
432 B
HTML
19 lines
432 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>About</title>
|
|
<link rel="stylesheet" href="../style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<a href="/" id="logo"><img src="./logo.png" alt="logo" /></a>
|
|
</header>
|
|
<p>Me</p>
|
|
<img src="/about/me.jpg" alt="the pig" style="max-height: 200px;" />
|
|
</body>
|
|
|
|
</html> |