Edit: Edit Request: Add a contact section

This commit is contained in:
2026-01-12 07:15:28 +00:00
parent 7ebe3c11c5
commit abfa33c12a

View File

@@ -15,12 +15,19 @@
h1 { color: #1a365d; }
.tagline { color: #666; font-size: 1.2rem; }
footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #eee; color: #888; }
.contact { margin-top: 2rem; padding: 1.5rem; background: #f8f9fa; border-radius: 8px; }
.contact h2 { margin-top: 0; color: #1a365d; }
.contact a { color: #2563eb; }
</style>
</head>
<body>
<h1>Welcome to Test Site</h1>
<p class="tagline">A simple test site for demonstrating Claude Code edits</p>
<p>This is a basic website that will be edited by Claude Code based on feedback submitted through Gitea issues.</p>
<section class="contact">
<h2>Contact Us</h2>
<p>Get in touch: <a href="mailto:hello@perffection.com">hello@perffection.com</a></p>
</section>
<footer>For God so loved the world - John 3:16</footer>
</body>
</html>