File tree 1 file changed +30
-9
lines changed
Source-Code/BatteryIndicator
1 file changed +30
-9
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 ">
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
- < title > Document</ title >
7
- </ head >
8
- < body >
9
-
10
- </ body >
11
- </ html >
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < link
7
+ rel ="stylesheet "
8
+ href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css "
9
+ integrity ="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg== "
10
+ crossorigin ="anonymous "
11
+ />
12
+ < title > Battery Indicator</ title >
13
+ < link rel ="stylesheet " href ="style.css " />
14
+ </ head >
15
+ < body >
16
+ < section class ="sec ">
17
+ < div class ="toggle "> </ div >
18
+ < div class ="box ">
19
+ < div class ="content ">
20
+ < h3 > Battery Percentage</ h3 >
21
+ < div class ="batteryShape ">
22
+ < div class ="level ">
23
+ < div class ="percentage "> </ div >
24
+ </ div >
25
+ </ div >
26
+ < div class ="percent "> 50%</ div >
27
+ </ div >
28
+ </ div >
29
+ </ section >
30
+ < script src ="script.js "> </ script >
31
+ </ body >
32
+ </ html >
You can’t perform that action at this time.
0 commit comments