Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
srii5477 authored Dec 31, 2023
1 parent 06eb491 commit d635ccd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>~~ Online HTML,CSS & JS Code Editor ~~</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link href="./style.css" rel="stylesheet">
</head>
<body>
<h1>Code Editor for the Big 3 - HTML, CSS & JS</h1>
<div class="headings">
<div class="one">
<button type="button">HTML</button>
<button type="button" class="btn btn-light">HTML</button>
</div>
<div class="two">
<button type="button">CSS</button>
<button type="button" class="btn btn-light">CSS</button>
</div>
<div class="three">
<button type="button">JS</button>
<button type="button" class="btn btn-light">JS</button>
</div>
<div class="four">
<button type="button">Result</button>
<button type="button" class="btn btn-light">Result</button>
</div>
<div class="flexrun">
<button class="run" type="button">Run</button>
<button type="button" class="btn btn-light">Run</button>
</div>

</div>
Expand Down Expand Up @@ -55,4 +56,4 @@ <h1>Code Editor for the Big 3 - HTML, CSS & JS</h1>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="./index.js"></script>
</body>
</html>
</html>

0 comments on commit d635ccd

Please sign in to comment.