Skip to content

Instantly share code, notes, and snippets.

View GMD12's full-sized avatar

Ghullam Mohiyuddin GMD12

  • Pakistan
View GitHub Profile
@jkuip
jkuip / calculator.php
Created September 18, 2015 15:18
Simple PHP calculator
<!DOCTYPE html>
<html>
<head>
<title>Calculator</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
</head>