Skip to content

Commit

Permalink
Update Index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayan20april authored Sep 1, 2023
1 parent 3349534 commit dbd4b6b
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion Index.html
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Changing</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="outer">
<div class="container">
<div class="square" id="shaper"></div>
</div>
<button id="change-color">Change Color</button>
<button id="change-shape">Change Shape</button>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>

0 comments on commit dbd4b6b

Please sign in to comment.