Deploy static site for blackroad.io

This commit is contained in:
Your Name
2025-10-24 22:05:56 +00:00
commit b7d86e1aa3
9 changed files with 325 additions and 0 deletions

21
chat.html Normal file
View File

@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Chat &amp; Terminal · BlackRoad</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>AI Chat &amp; Terminal</h1>
</header>
<main>
<p>Coming soon. Stay tuned!</p>
<p><a href="index.html">Back to Home</a></p>
</main>
<footer>
<p>&copy; 2024 BlackRoad Inc.</p>
</footer>
</body>
</html>