11 lines
247 B
HTML
11 lines
247 B
HTML
|
<head>
|
||
|
<!--icons dark, go to up-->
|
||
|
<link
|
||
|
rel="stylesheet"
|
||
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
|
||
|
/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<button id="toggleButton"><i class="fas fa-adjust"></i></button>
|
||
|
</body>
|