14 lines
241 B
HTML
14 lines
241 B
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<title>Jeeves' Place</title>
|
|
</head>
|
|
|
|
<body>
|
|
<img style="display:inline" title="logo" src="pfp.png" width="64" />
|
|
<p>
|
|
Hi, I'm Jeeves. I write code usually.<br>
|
|
<br>
|
|
to be continued...
|
|
</p>
|
|
</body>
|