Skip to content

Instantly share code, notes, and snippets.

View Abdulsaboor2004's full-sized avatar
:octocat:
Keep It Up!

Abdul Saboor Abdulsaboor2004

:octocat:
Keep It Up!
View GitHub Profile
@Abdulsaboor2004
Abdulsaboor2004 / Calculator.html
Created May 22, 2023 06:37
Here's an engaging Calculator made by using PURE html/css/js. (With the most consice JS code)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>A Simple Calculator</title>
</head>