Upload files to "/"
This commit is contained in:
parent
773368764e
commit
381cc3f098
3 changed files with 164 additions and 0 deletions
36
index.html
Normal file
36
index.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Random Quotes Generator</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h2>Inspiring quotes</h2>
|
||||
</div>
|
||||
|
||||
<div class="main-content">
|
||||
<div class="text-area">
|
||||
<span class="quote">"겨울이 지나면 다시 봄은 오는 거야 <br>
|
||||
Once the winter passes, the spring will come again"</span>
|
||||
</div>
|
||||
|
||||
<div class="image-container">
|
||||
<img class="img" src="https://upload.wikimedia.org/wikipedia/en/e/e2/BTS%2C_Love_Yourself_Answer%2C_album_cover.jpg" alt="Author's Photo">
|
||||
</div>
|
||||
|
||||
<div class="writer">– BTS (Answer: Love Myself)</div>
|
||||
|
||||
<div class="button-area">
|
||||
<div class="btn">
|
||||
<button id="Qbtn">Another quote</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="custom.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue