0
0
Fork 0

style: use Pretendard for default

style: apply some assets
This commit is contained in:
아르페 2023-12-16 05:08:36 +09:00
parent a2f0dc46ce
commit c34f13c24b
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F
17 changed files with 45 additions and 35 deletions

View file

@ -3,11 +3,11 @@ html
head
meta(charset="UTF-8")
body
p 問題を修正するため、端末に残ったデータを削除しました。
p 5秒後にトップページに移動します。
p 클라이언트에 문제가 발생했습니다. 해결을 위해 브라우저에 있는 데이터를 제거했습니다.
p 3초 뒤에 메인 페이지로 자동으로 돌아갑니다...
hr
p To solve the problem, deleted data remaining on the device.
p After 5 seconds, you will be redirected to the top page.
p There's a problem in client and deleted data on device to solve it.
p You will be redirected to the top in 3 seconds.
script.
localStorage.clear();
setTimeout(() => location.href = '/', 5000);
setTimeout(() => location.href = '/', 3000);