Skip to content

Instantly share code, notes, and snippets.

View aditya2000's full-sized avatar

Kunwar Aditya aditya2000

  • New Delhi, India
View GitHub Profile
@aditya2000
aditya2000 / index.html
Created April 4, 2018 10:27
Javascript Calculator
<html>
<head>
<title>Javascript Calculator</title>
<style>
@import url('https://fonts.googleapis.com/css?family=Orbitron');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
</style>
</head>
<body>
<div class="container" id="container">