Files
dd0c-site/src/pages/terms.astro

23 lines
903 B
Plaintext
Raw Normal View History

2026-03-22 20:00:13 +00:00
---
import Base from '../layouts/Base.astro';
---
<Base title="Terms of Service — dd0c.net">
2026-03-22 20:00:13 +00:00
<h1>Terms of Service</h1>
<p><em>Effective: March 22, 2026</em></p>
2026-03-22 20:00:13 +00:00
<h2>Use of This Site</h2>
<p>This is a personal website. All content is provided for informational purposes only.</p>
2026-03-22 20:00:13 +00:00
<h2>Content</h2>
<p>Unless otherwise noted, all content on this site is © Brian Galura. You may link to any page freely. Reproducing content in full requires permission.</p>
2026-03-22 20:00:13 +00:00
<h2>No Warranties</h2>
<p>Content is provided "as is" without warranties of any kind. Technical articles may reference outdated software or configurations.</p>
2026-03-22 20:00:13 +00:00
<h2>External Links</h2>
<p>This site may link to external websites. I am not responsible for the content or privacy practices of those sites.</p>
2026-03-22 20:00:13 +00:00
<h2>Contact</h2>
<p>Questions? Reach out at <a href="mailto:contact@dd0c.net">contact@dd0c.net</a>.</p>
2026-03-22 20:00:13 +00:00
</Base>