22 lines
717 B
HTML
22 lines
717 B
HTML
{5b69a7b484e3db8e093fb4360b0a39e5081913f4 true 717 index.html 0xc003162ee0}
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
|
|
<title>document</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="brightness-box">
|
|
<i class="far fa-sun"></i>
|
|
<input type="range" id="range" min="10" max="100" value="100">
|
|
<i class="fas fa-sun"></i>
|
|
</div>
|
|
</div>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|