You are on page 1of 1

<!

DOCTYPE html>
<html lang="en">
<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">
<title>Document</title>
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-
DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="battery">
<div class="battery-head"></div>
<div class="battery-body">
<i class="fas fa-bolt"></i>
<div class="charge"></div>
</div>
</div>
</body>
</html>

You might also like