23 lines
903 B
Plaintext
23 lines
903 B
Plaintext
---
|
|
import Base from '../layouts/Base.astro';
|
|
---
|
|
<Base title="Terms of Service — dd0c.net">
|
|
<h1>Terms of Service</h1>
|
|
<p><em>Effective: March 22, 2026</em></p>
|
|
|
|
<h2>Use of This Site</h2>
|
|
<p>This is a personal website. All content is provided for informational purposes only.</p>
|
|
|
|
<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>
|
|
|
|
<h2>No Warranties</h2>
|
|
<p>Content is provided "as is" without warranties of any kind. Technical articles may reference outdated software or configurations.</p>
|
|
|
|
<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>
|
|
|
|
<h2>Contact</h2>
|
|
<p>Questions? Reach out at <a href="mailto:contact@dd0c.net">contact@dd0c.net</a>.</p>
|
|
</Base>
|