Skip to content

Commit 705d7c2

Browse files
committed
Add quote to frontpage
1 parent de57ded commit 705d7c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
<div class="form-section">
4343
<div class="frontid" style="display: flex; flex-direction: column; align-items: center; gap: 0.5rem;">
4444
<h1>ADrive {{ version }}</h1>
45-
<h6>파일 공유 / File Sharing</h6>
45+
<h5>파일 공유 / File Sharing</h5>
46+
<p style="font-size: 13px; text-align: center;">행복이란 자신이 진정으로 원하는 것을 이루는 것이다.<br>True happiness lies in achieving what you really want.</p>
4647
<div>
4748
<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');"
4849
style="text-decoration: none; background: rgb(41, 149, 176); display: inline-block;">한국어</a>

0 commit comments

Comments
 (0)