mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-09 18:16:40 -07:00
15 lines
247 B
HTML
15 lines
247 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head><meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="/static/site.css">
|
|
<title>zoey.dev</title><base href="https://zoey.dev"></head>
|
|
|
|
<body>
|
|
<h1>Welcome</h1>
|
|
<p>Welcome to the site!</p>
|
|
|
|
</body>
|
|
|
|
</html>
|