We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de57ded commit 705d7c2Copy full SHA for 705d7c2
1 file changed
templates/index.html
@@ -42,7 +42,8 @@
42
<div class="form-section">
43
<div class="frontid" style="display: flex; flex-direction: column; align-items: center; gap: 0.5rem;">
44
<h1>ADrive {{ version }}</h1>
45
- <h6>파일 공유 / File Sharing</h6>
+ <h5>파일 공유 / File Sharing</h5>
46
+ <p style="font-size: 13px; text-align: center;">행복이란 자신이 진정으로 원하는 것을 이루는 것이다.<br>True happiness lies in achieving what you really want.</p>
47
<div>
48
<a href="/upload" class="sign-in-button" onclick="localStorage.setItem('lang', 'en');" style="text-decoration: none; background: rgb(66, 29, 186); display: inline-block;">English</a> <a href="/upload_kr" class="sign-in-button" onclick="localStorage.setItem('lang', 'kr');"
49
style="text-decoration: none; background: rgb(41, 149, 176); display: inline-block;">한국어</a>
0 commit comments