Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendraplus authored Oct 18, 2024
1 parent 20e304c commit 372abf0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
<h1>HELLO</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculation Output</title>
<script src="script.js"></script>
</head>
<body>
<div id="result"></div>
</body>
</html>

0 comments on commit 372abf0

Please sign in to comment.