added few comments

This commit is contained in:
Syed Aahana 2022-10-22 17:03:25 +05:30
parent 97e0390680
commit 746c663bbf
2 changed files with 5 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}

View file

@ -108,6 +108,8 @@ function initUI(){
I("ip").textContent="";
}
</script>
<!-- HTML code starts from here and CSS code-->
<!-- style tag is used to guve style to sheet -->
<style type="text/css">
html,body{
border:none; padding:0; margin:0;