Private
Public Access
1
0
Files
websitebox/website/index.html
constantprojects 53ac8f85ac Add marketing site for makeyourown.website
Static single-page marketing site with dark theme, 3-tier pricing,
LLM/agent SEO (llms.txt), and deployment setup that overlays onto
the existing WebsiteBox nginx via docker-compose.override.yml
without modifying any core project files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 11:58:48 -07:00

538 lines
30 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebsiteBox — Your Website, Your Server, Your Rules</title>
<meta name="description" content="Deploy a secure, self-hosted WordPress website in 45 minutes. Fully auditable code, built for people who need hosting independence. No coding required.">
<meta name="keywords" content="self-hosted WordPress, self-hosting, VPS WordPress, Docker WordPress, privacy website hosting, deplatforming protection, independent hosting, auditable code">
<!-- Canonical URL (update when domain is finalized) -->
<link rel="canonical" href="https://makeyourown.website/">
<!-- Open Graph / Social Sharing -->
<meta property="og:type" content="website">
<meta property="og:title" content="WebsiteBox — Your Website, Your Server, Your Rules">
<meta property="og:description" content="Deploy a secure, self-hosted WordPress website in 45 minutes. Fully auditable code. No coding required.">
<meta property="og:url" content="https://makeyourown.website/">
<meta property="og:site_name" content="WebsiteBox">
<meta property="og:image" content="https://makeyourown.website/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="en_US">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="WebsiteBox — Your Website, Your Server, Your Rules">
<meta name="twitter:description" content="Deploy a secure, self-hosted WordPress website in 45 minutes. Fully auditable code. No coding required.">
<meta name="twitter:image" content="https://makeyourown.website/og-image.png">
<!-- Structured Data: SoftwareApplication -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "WebsiteBox",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Linux",
"description": "Docker-based deployment system for self-hosted WordPress websites. Includes automatic SSL, security hardening, backups, and age verification. Fully auditable code.",
"url": "https://makeyourown.website/",
"downloadUrl": "https://git.constantprojects.xyz/tankadmin/websitebox",
"softwareVersion": "1.0",
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": {
"@type": "Organization",
"name": "WebsiteBox",
"url": "https://makeyourown.website/"
},
"featureList": [
"Automatic SSL via Let's Encrypt",
"Security firewall (UFW, Fail2ban, Wordfence)",
"Automatic backups via UpdraftPlus",
"Age verification gate",
"One-command installation",
"Docker-based deployment",
"VPS-agnostic",
"Zero telemetry"
]
}
</script>
<!-- Structured Data: FAQPage -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do I need to know how to code to use WebsiteBox?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. The install process involves copying one command into a terminal and answering a few questions. Everything else is automatic. A step-by-step guide walks you through every click."
}
},
{
"@type": "Question",
"name": "What can I host on WebsiteBox?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Anything legal. WebsiteBox is content-agnostic. It's WordPress under the hood, so you can build portfolios, blogs, galleries, business sites, or anything else WordPress supports."
}
},
{
"@type": "Question",
"name": "Can I audit the code?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The full source code is available for review. You can read, audit, and verify every line — the install script, the Docker configuration, the nginx settings, all of it — before you run anything on your server."
}
},
{
"@type": "Question",
"name": "How is WebsiteBox different from WordPress.com?",
"acceptedAnswer": {
"@type": "Answer",
"text": "WordPress.com is a hosting service — you rent space on their servers under their content policies. WebsiteBox uses WordPress.org (free software) on a server you control. No content restrictions, no platform fees, no data harvesting."
}
},
{
"@type": "Question",
"name": "What if my VPS provider shuts me down?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Your entire site is in one folder. Back it up, spin up a new server, restore, and update DNS. You're not locked into any single host."
}
}
]
}
</script>
<!-- Structured Data: HowTo -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to deploy a self-hosted WordPress website with WebsiteBox",
"description": "Deploy a secure, self-hosted WordPress website on your own server in 45 minutes with no coding required.",
"totalTime": "PT45M",
"estimatedCost": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": "3.50",
"description": "Monthly VPS hosting cost (server only, software pricing separate)"
},
"step": [
{
"@type": "HowToStep",
"position": 1,
"name": "Rent a server",
"text": "Sign up with a VPS provider like BuyVM ($3.50/mo) or Vultr ($6/mo). Choose Ubuntu and the cheapest plan."
},
{
"@type": "HowToStep",
"position": 2,
"name": "Run the installer",
"text": "SSH into your server and run: curl -fsSL https://git.constantprojects.xyz/tankadmin/websitebox/raw/branch/main/install.sh | bash"
},
{
"@type": "HowToStep",
"position": 3,
"name": "Point your domain",
"text": "Add an A record in your domain registrar pointing to your server's IP address."
},
{
"@type": "HowToStep",
"position": 4,
"name": "Launch",
"text": "Run 'websitebox up'. Your site goes live with automatic SSL, security firewall, and backups."
}
]
}
</script>
<!-- AI/LLM Agent Context: See /llms.txt for structured product information -->
<link rel="alternate" type="text/plain" href="/llms.txt" title="LLM-readable product summary">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation -->
<nav class="nav">
<div class="container nav-inner">
<a href="#" class="nav-logo">
<span class="logo-icon">&#9635;</span> WebsiteBox
</a>
<div class="nav-links">
<a href="#how-it-works">How It Works</a>
<a href="#features">Features</a>
<a href="#pricing">Pricing</a>
<a href="#faq">FAQ</a>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox" class="nav-link-source" target="_blank" rel="noopener">Source Code</a>
<a href="#get-started" class="btn btn-sm">Get Started</a>
</div>
<button class="nav-toggle" aria-label="Toggle navigation">
<span></span><span></span><span></span>
</button>
</div>
</nav>
<!-- Main Content -->
<main>
<!-- Hero -->
<section class="hero" aria-label="Introduction">
<div class="container">
<div class="hero-badge">Fully auditable code</div>
<h1>Your website, your server,<br>your rules.</h1>
<p class="hero-sub">Deploy a secure, self-hosted WordPress site in 45 minutes.<br>No coding required. No content police. No black boxes.</p>
<div class="hero-actions">
<a href="#get-started" class="btn btn-primary btn-lg">Get Started</a>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox" class="btn btn-ghost btn-lg" target="_blank" rel="noopener">View Source</a>
</div>
<div class="hero-terminal">
<div class="terminal-bar">
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
<span class="terminal-title">Terminal</span>
</div>
<div class="terminal-body">
<span class="terminal-prompt">$</span> curl -fsSL https://git.constantprojects.xyz/tankadmin/websitebox/raw/branch/main/install.sh | bash<br>
<br>
<span class="terminal-output">═══════════════════════════════════════════════════════</span><br>
<span class="terminal-output">&nbsp; WebsiteBox Installer</span><br>
<span class="terminal-output">═══════════════════════════════════════════════════════</span><br>
<br>
<span class="terminal-green"></span> <span class="terminal-output">System packages updated</span><br>
<span class="terminal-green"></span> <span class="terminal-output">Firewall configured</span><br>
<span class="terminal-green"></span> <span class="terminal-output">Docker installed</span><br>
<span class="terminal-green"></span> <span class="terminal-output">SSL certificate acquired</span><br>
<span class="terminal-green"></span> <span class="terminal-output">WordPress installed</span><br>
<br>
<span class="terminal-output">Your site is live at <span class="terminal-cyan">https://yourdomain.com</span></span>
</div>
</div>
</div>
</section>
<!-- Problem / Why Self-Host -->
<section class="section section-dark" id="why">
<div class="container">
<h2 class="section-title">Why self-host?</h2>
<p class="section-subtitle">Platforms giveth, and platforms taketh away.</p>
<div class="problem-grid">
<div class="problem-card">
<div class="problem-icon">&#128683;</div>
<h3>Deplatforming risk</h3>
<p>Hosting platforms change their content policies without warning. One day your site is live, the next it's gone — and so is your audience.</p>
</div>
<div class="problem-card">
<div class="problem-icon">&#128065;</div>
<h3>No real privacy</h3>
<p>Your data sits on someone else's servers. They can read it, share it, or hand it over to third parties. Your visitors get tracked by scripts you didn't add.</p>
</div>
<div class="problem-card">
<div class="problem-icon">&#128274;</div>
<h3>Vendor lock-in</h3>
<p>Try exporting your Squarespace site to another platform. Your content, your design, your SEO — all trapped behind a proprietary wall.</p>
</div>
<div class="problem-card">
<div class="problem-icon">&#128176;</div>
<h3>Platform tax</h3>
<p>$16/month for Squarespace. $8/month for WordPress.com. And they own the server, the data, and the terms. You're renting.</p>
</div>
</div>
</div>
</section>
<!-- How It Works -->
<section class="section" id="how-it-works">
<div class="container">
<h2 class="section-title">Live in 45 minutes</h2>
<p class="section-subtitle">Four steps. No coding. Copy, paste, done.</p>
<div class="steps">
<div class="step">
<div class="step-number">1</div>
<div class="step-content">
<h3>Rent a server</h3>
<p>Sign up with a VPS provider like <a href="https://buyvm.net/" target="_blank" rel="noopener">BuyVM</a> ($3.50/mo) or <a href="https://www.vultr.com/" target="_blank" rel="noopener">Vultr</a> ($6/mo). Pick Ubuntu, choose the cheapest plan. Takes 2 minutes.</p>
</div>
</div>
<div class="step">
<div class="step-number">2</div>
<div class="step-content">
<h3>Run one command</h3>
<p>SSH into your server and paste the install command. It secures your server, installs Docker, and walks you through a setup wizard.</p>
<div class="step-code">
<code>curl -fsSL https://git.constantprojects.xyz/tankadmin/websitebox/raw/branch/main/install.sh | bash</code>
</div>
</div>
</div>
<div class="step">
<div class="step-number">3</div>
<div class="step-content">
<h3>Point your domain</h3>
<p>Add an A record in your domain registrar pointing to your server's IP address. The setup wizard tells you exactly what to enter.</p>
</div>
</div>
<div class="step">
<div class="step-number">4</div>
<div class="step-content">
<h3>Launch</h3>
<p>Run <code>websitebox up</code>. Your site goes live with automatic SSL, a security firewall, and daily backups — all configured for you.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section class="section section-dark" id="features">
<div class="container">
<h2 class="section-title">Everything included</h2>
<p class="section-subtitle">Security, backups, and SSL — preconfigured and automatic.</p>
<div class="features-grid">
<div class="feature">
<div class="feature-icon">&#128274;</div>
<h3>Automatic SSL</h3>
<p>Free HTTPS certificate from <a href="https://letsencrypt.org/" target="_blank" rel="noopener">Let's Encrypt</a>, acquired and renewed automatically. Your visitors always see the padlock.</p>
</div>
<div class="feature">
<div class="feature-icon">&#128737;</div>
<h3>Security firewall</h3>
<p>UFW firewall, Fail2ban brute-force protection, Wordfence application firewall, and automatic OS security patches. Hardened out of the box.</p>
</div>
<div class="feature">
<div class="feature-icon">&#128190;</div>
<h3>Automatic backups</h3>
<p>Daily database backups and weekly full-site backups via <a href="https://updraftplus.com/" target="_blank" rel="noopener">UpdraftPlus</a>. Optional remote backup to S3, Backblaze, or Google Drive.</p>
</div>
<div class="feature">
<div class="feature-icon">&#127760;</div>
<h3>WordPress inside</h3>
<p>The same CMS that powers 40%+ of all websites. Thousands of themes, plugins, and tutorials. Manage everything from your browser.</p>
</div>
<div class="feature">
<div class="feature-icon">&#128100;</div>
<h3>Age verification</h3>
<p>Built-in age gate with configurable minimum age. Enable it during setup or toggle it later. Required for some content types.</p>
</div>
<div class="feature">
<div class="feature-icon">&#128269;</div>
<h3>Fully auditable</h3>
<p>Every line of code is available for you to <a href="https://git.constantprojects.xyz/tankadmin/websitebox" target="_blank" rel="noopener">read and verify</a>. No telemetry, no analytics, no data collection. Know exactly what's running on your server.</p>
</div>
</div>
</div>
</section>
<!-- Who It's For -->
<section class="section" id="who">
<div class="container">
<h2 class="section-title">Built for people who need independence</h2>
<p class="section-subtitle">WebsiteBox is for anyone who doesn't want a platform between them and their audience.</p>
<div class="audience-grid">
<div class="audience-card">
<h3>Content creators</h3>
<p>Your content is legal but platforms don't want it. Self-host on providers with explicit legal-content policies. Built-in age verification handles compliance.</p>
</div>
<div class="audience-card">
<h3>Journalists &amp; activists</h3>
<p>Your words, your server. No platform can be pressured to take you down. Zero telemetry means your data stays where you put it.</p>
</div>
<div class="audience-card">
<h3>Privacy advocates</h3>
<p>No tracking scripts. No third-party analytics. Audit the full source code before you run it. Know exactly what's on your server.</p>
</div>
<div class="audience-card">
<h3>Independent publishers</h3>
<p>Own your platform instead of renting it. No algorithm changes, no content moderation surprises, no rug pulls. Just your site, running on your terms.</p>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section class="section section-dark" id="pricing">
<div class="container">
<h2 class="section-title">Simple pricing</h2>
<p class="section-subtitle">Buy once or subscribe. No hidden fees. Audit the code before you buy.</p>
<div class="pricing-tiers">
<div class="pricing-card">
<div class="pricing-badge">Standard</div>
<div class="pricing-amount">
<span class="pricing-currency">$</span>
<span class="pricing-number">49</span>
<span class="pricing-period">one-time</span>
</div>
<p class="pricing-desc">Buy it, own it, run it forever.</p>
<ul class="pricing-list">
<li><span class="check">&#10003;</span> Full WebsiteBox deployment</li>
<li><span class="check">&#10003;</span> Automatic SSL, firewall, backups</li>
<li><span class="check">&#10003;</span> Age verification included</li>
<li><span class="check">&#10003;</span> WordPress CMS included</li>
<li><span class="check">&#10003;</span> Full source code to audit</li>
<li><span class="check-muted">&#10005;</span> No future updates</li>
<li><span class="check-muted">&#10005;</span> Community support only</li>
</ul>
<a href="mailto:contact@makeyourown.website" class="btn btn-ghost btn-block">Contact Us</a>
</div>
<div class="pricing-card pricing-main">
<div class="pricing-badge">Lifetime Updates</div>
<div class="pricing-amount">
<span class="pricing-currency">$</span>
<span class="pricing-number">149</span>
<span class="pricing-period">one-time</span>
</div>
<p class="pricing-desc">Buy once, stay current forever.</p>
<ul class="pricing-list">
<li><span class="check">&#10003;</span> Everything in Standard</li>
<li><span class="check">&#10003;</span> All future updates and security patches</li>
<li><span class="check">&#10003;</span> Priority issue responses</li>
<li><span class="check-muted">&#10005;</span> No hands-on support</li>
</ul>
<a href="mailto:contact@makeyourown.website" class="btn btn-primary btn-block">Contact Us</a>
</div>
<div class="pricing-card">
<div class="pricing-badge">Managed</div>
<div class="pricing-amount">
<span class="pricing-currency">$</span>
<span class="pricing-number">25</span>
<span class="pricing-period">/month</span>
</div>
<p class="pricing-desc">We handle the technical side.</p>
<ul class="pricing-list">
<li><span class="check">&#10003;</span> Everything in Lifetime</li>
<li><span class="check">&#10003;</span> Setup assistance</li>
<li><span class="check">&#10003;</span> Ongoing technical support</li>
<li><span class="check">&#10003;</span> Server health monitoring</li>
<li><span class="check">&#10003;</span> Priority bug fixes</li>
<li><span class="check">&#10003;</span> Direct support channel</li>
</ul>
<a href="mailto:contact@makeyourown.website" class="btn btn-ghost btn-block">Contact Us</a>
</div>
</div>
<p class="pricing-note">All plans require a VPS server ($3.50-6/month) and domain name ($1-12/year). You can audit the full source code before purchasing.</p>
<div class="pricing-compare-bar">
<p class="compare-context">For comparison, platforms that give you <em>less</em> control charge recurring fees: Squarespace $16/mo, WordPress.com $8/mo, Wix $16/mo, GoDaddy $10/mo.</p>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section" id="faq">
<div class="container container-narrow">
<h2 class="section-title">Frequently asked questions</h2>
<div class="faq-list">
<details class="faq-item">
<summary>Do I need to know how to code?</summary>
<p>No. The install process involves copying one command into a terminal and answering a few questions (your domain name, a username, a password). Everything else is automatic. Our <a href="https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/guide.md">step-by-step guide</a> walks you through every click, including how to open a terminal and what SSH is.</p>
</details>
<details class="faq-item">
<summary>What can I host on this?</summary>
<p>Anything legal. WebsiteBox is content-agnostic. It's WordPress under the hood, so you can build portfolios, blogs, galleries, business sites, or anything else WordPress supports. The recommended VPS providers have explicit "legal content" policies — they care about the law, not content type.</p>
</details>
<details class="faq-item">
<summary>What if something breaks?</summary>
<p>Automatic backups run daily. If something goes wrong, restore through the WordPress admin panel. The <a href="https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/docs/TROUBLESHOOTING.md">troubleshooting guide</a> covers common issues, and you can <a href="https://git.constantprojects.xyz/tankadmin/websitebox/issues">open an issue</a> for help.</p>
</details>
<details class="faq-item">
<summary>Can I audit the code before I buy?</summary>
<p>Yes. Every file is on our <a href="https://git.constantprojects.xyz/tankadmin/websitebox" target="_blank" rel="noopener">Git repository</a> — the install script, Docker configuration, nginx settings, WordPress setup, all of it. Read every line before you purchase. No black boxes.</p>
</details>
<details class="faq-item">
<summary>How is this different from WordPress.com?</summary>
<p>WordPress.com is a hosting service — you rent space on their servers, under their content policies. WebsiteBox puts WordPress on a server <em>you</em> control. No content restrictions beyond the law. No recurring platform fees. No data harvesting. And you can take your site anywhere — it's just a folder on your server.</p>
</details>
<details class="faq-item">
<summary>Can I use my own domain?</summary>
<p>Yes — in fact, you need one. WebsiteBox sets up your site on your own domain (like <code>mysite.com</code>) with a free SSL certificate. If you don't have a domain yet, the guide walks you through buying one from registrars like <a href="https://porkbun.com/" target="_blank" rel="noopener">Porkbun</a> (starting around $1/year).</p>
</details>
<details class="faq-item">
<summary>What if my VPS provider shuts me down?</summary>
<p>Your entire site is in one folder (<code>websitebox-data/</code>). Back it up, spin up a new server with any other provider, restore, and update your DNS. You're not locked into any single host. The recommended providers (BuyVM, Vultr, OVHcloud) have strong track records with diverse content.</p>
</details>
<details class="faq-item">
<summary>How do I update WordPress and plugins?</summary>
<p>WordPress core, themes, and plugins are updated through the normal WordPress admin dashboard — just click "Update" when new versions are available. WebsiteBox infrastructure updates are applied by running <code>./scripts/update.sh</code> on your server.</p>
</details>
</div>
</div>
</section>
<!-- Get Started -->
<section class="section section-cta" id="get-started">
<div class="container container-narrow">
<h2 class="section-title">Ready to own your website?</h2>
<p class="section-subtitle">Get a server, SSH in, and run this:</p>
<div class="cta-terminal">
<div class="terminal-bar">
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
<span class="terminal-title">Terminal</span>
</div>
<div class="terminal-body">
<span class="terminal-prompt">$</span> curl -fsSL https://git.constantprojects.xyz/tankadmin/websitebox/raw/branch/main/install.sh | bash
</div>
</div>
<p class="cta-sub">Never done this before? The <a href="https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/guide.md">full guide</a> walks you through every step from zero — including how to rent a server, open a terminal, and connect via SSH.</p>
<div class="cta-actions">
<a href="https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/guide.md" class="btn btn-primary btn-lg">Read the Full Guide</a>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox" class="btn btn-ghost btn-lg" target="_blank" rel="noopener">View Source on Git</a>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-inner">
<div class="footer-brand">
<span class="logo-icon">&#9635;</span> WebsiteBox
<p class="footer-tagline">Self-hosted WordPress deployment. Auditable code.</p>
</div>
<div class="footer-links">
<div class="footer-col">
<h4>Project</h4>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox" target="_blank" rel="noopener">Source Code</a>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/guide.md">Setup Guide</a>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/README.md">Documentation</a>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/LICENSE">License</a>
</div>
<div class="footer-col">
<h4>Resources</h4>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/docs/SECURITY.md">Security Practices</a>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox/src/branch/main/docs/TROUBLESHOOTING.md">Troubleshooting</a>
<a href="https://git.constantprojects.xyz/tankadmin/websitebox/issues" target="_blank" rel="noopener">Report an Issue</a>
</div>
<div class="footer-col">
<h4>Recommended Hosts</h4>
<a href="https://buyvm.net/" target="_blank" rel="noopener">BuyVM — $3.50/mo</a>
<a href="https://www.vultr.com/" target="_blank" rel="noopener">Vultr — $6/mo</a>
<a href="https://www.ovhcloud.com/en/vps/" target="_blank" rel="noopener">OVHcloud — $5.50/mo</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p class="footer-disclaimer">WebsiteBox is a deployment tool. We are not responsible for any content hosted on sites deployed with this software. Users are solely responsible for ensuring their content complies with all applicable laws in their jurisdiction.</p>
<p>WebsiteBox. No telemetry. No tracking. No data collection. <a href="https://git.constantprojects.xyz/tankadmin/websitebox">Audit the code</a>.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>