-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
<article> | ||
<div class="flex justify-center items-center w-100"> | ||
<ecsact-typed-ascii-logo /> | ||
<div class="flex flex-col md:flex-row gap-6 max-w-4xl mx-auto"> | ||
<div class="always-dark text-secondary hover:text-primary-bright transition-colors min-w-[350px] text-xs text-left m-auto bg-[black] rounded-lg p-4 py-8 border"> | ||
<ecsact-typed-ascii-logo /> | ||
</div> | ||
<div class="flex-grow"> | ||
<h1><span class="i48">terminal</span> The Ecsact CLI</h1> | ||
<p> | ||
The Ecsact Command Line Interface (CLI) is the bare bones tool for working with Ecsact. It's what powers all Ecsact integrations and customizations. | ||
</p> | ||
</div> | ||
</div> | ||
<p>Start CLI page!</p> | ||
</article> |