16 lines
314 B
HTML
16 lines
314 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>
|
|
</head>
|
|
|
|
<body>
|
|
<a href="../">Back</a>
|
|
<p>Me</p>
|
|
<img src="/about/me.jpg" alt="the pig" style="max-height: 200px;" />
|
|
</body>
|
|
|
|
</html> |