15 lines
277 B
HTML
15 lines
277 B
HTML
<html lang="en">
|
|
|
|
<head>
|
|
<title>corey</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>@probablycorey</h1>
|
|
<p>This is my website. I am Corey.</p>
|
|
<img src="/hotdog.png" />
|
|
</body>
|
|
|
|
</html> |