feat: initial website template
This commit is contained in:
parent
e85b502940
commit
fc985714ad
18
index.html
Normal file
18
index.html
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<!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>
|
||||||
Loading…
x
Reference in New Issue
Block a user