26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
<title>Homepage</title>
|
|
</head>
|
|
<body>
|
|
<div class="clock" id="clock">
|
|
<span id="clock-text"></span>
|
|
</div>
|
|
<div class="date" id="date">
|
|
<span id="date-text"></span>
|
|
</div>
|
|
<div class="quote" id="quote">
|
|
<span id="quote-text"></span>
|
|
<span id="quote-author" class="quote-author"></span>
|
|
</div>
|
|
<div class="search-box">
|
|
<input type="text" class="search-bar" id="search-bar" placeholder=" " autocomplete="off" autofocus>
|
|
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed" class="search-icon" id="search-icon"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"></svg>
|
|
</div>
|
|
<script src="assets/js/script.js"></script>
|
|
</body>
|
|
</html> |