diff options
Diffstat (limited to '_site/index.html')
| -rw-r--r-- | _site/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/_site/index.html b/_site/index.html index 4af66d8..9b12cd7 100644 --- a/_site/index.html +++ b/_site/index.html @@ -37,8 +37,12 @@ <main class="container" id="main"><div class="container"> <h2 class="center">ASCIIMX</h2> - <h5 class="center">$ cu -l /dev/asciimx -s 9600 <br> wake up... -<span class="cursor"></span></h5> + <h5 class="center"> + <span>$ cu -l /dev/asciimx -s 9600</span> + <br> + <span id="decode">wake up...</span> + <span class="cursor"></span> + </h5> <br> <br> |
