Skip to content

Instantly share code, notes, and snippets.

View AuroraTea's full-sized avatar

AuroraTea AuroraTea

  • 炁 · 瓷
  • Hangzhou
View GitHub Profile
@AuroraTea
AuroraTea / loading-in-url.html
Created October 11, 2025 14:31
Process in URL
<!DOCTYPE html>
<body>
<script>
let timer, progress = 0
function refresh(percent) {
const s = Math.floor(percent / 10)
const f = (percent / 10) - s
let moon = '🌕'.repeat(s)