-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
5 lines (5 loc) · 2.45 KB
/
index.html
1
2
3
4
5
#<!DOCTYPE html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Usage</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" /><link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.5.0/styles/default.min.css"><script src="https://unpkg.com/@highlightjs/cdn-assets@11.5.0/highlight.min.js"></script><script> hljs.initHighlightingOnLoad();</script><style>body { font-family: monospace; background: rgba(245, 245, 245, 1); } footer { font-size: 0.65rem; } a { color: inherit; text-decoration: none; } pre { white-space: pre-wrap; /* Supaya teks wrap otomatis */ word-wrap: break-word; /* Pastikan kata bisa pecah */ overflow-x: auto; /* Tambahkan scroll horizontal kalau tetap kepanjangan */ max-width: 100%; /* Hindari melebihi lebar layar */ } code { display: block; overflow-x: auto; /* Pastikan teks wrap */ border-radius: 4px; font-size: 1.1rem; color: #F0F0F0 !important; background: rgb(11 12 14) !important; } .github-fork-ribbon:before { background-color: rgb(11 12 14); } .hidden-text { white-space: nowrap; margin: 0; padding: 0; visibility: hidden; /* atau display: none; */ } .container { display: flex; flex-direction: column; /* Supaya item dalam satu kolom */ align-items: center; /* Biar rapi di tengah */ width: 100%; /* Hindari elemen terlalu lebar */ max-width: 100vw; /* Batasi sesuai lebar layar */ overflow-x: auto; /* Scroll kalau perlu */ }</style></head><body>: Ascii-Live-Termux is Powered by api.github.com/repos/hugomd/ascii-live <a class="github-fork-ribbon" href="https://github.com/luisadha/alrc-termux" data-ribbon="Contribute on GitHub" title="Contribute on GitHub">Contribute on GitHub</a> <h2>
#!/usr/bin/env bash </br></h2><span>luisadha.github.io/ascii-live-termux Use this self-hosted script to Playing random animation on terminal.</span><h3>
### <a name="usage" href="#usage">Bermain di Terminal</a></h2><pre><code code="shell">. <(curl -L luisadha.github.io/ascii-live-termux)</code></pre><h3><span class="hidden-text">
curl -s https://api.github.com/repos/hugomd/ascii-live/contents/frames | jq -r '.[].name' | sed 's/^/curl ascii.live\//' | awk -F'.go' '{print $1}' | shuf -n 1 | termux-clipboard-set; $(termux-clipboard-get)
#</code></pre><footer>#### Copyright (C) 2021-2025 <a href="https://luisadha.my.id">luisadha.my.id</a> (<a href="https://github.com/luisadha">github.com/luisadha</a>) ####</footer></body></html>