my-site/index.html

18 lines
623 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website</title>
<style>
body { font-family: sans-serif; max-width: 600px; margin: 100px auto; text-align: center; }
h1 { color: #3b82f6; }
code { background: #f1f5f9; padding: 2px 6px; border-radius: 4px; }
</style>
</head>
<body>
<h1>Welcome!</h1>
<p>Edit files in your <a href="https://git.georgepet.duckdns.org">repository</a> to update this website.</p>
<p>Then click <strong>Deploy from Repository</strong> in the PaaS Portal.</p>
</body>
</html>