mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-17 06:57:16 -05:00
Deploy static site for blackroad.io
This commit is contained in:
21
composer.html
Normal file
21
composer.html
Normal 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>Composer Playground · BlackRoad</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Composer Playground</h1>
|
||||
</header>
|
||||
<main>
|
||||
<p>Coming soon. Stay tuned!</p>
|
||||
<p><a href="index.html">Back to Home</a></p>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2024 BlackRoad Inc.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user