Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View TWilliamsUK's full-sized avatar

Tom Williams TWilliamsUK

View GitHub Profile
@TWilliamsUK
TWilliamsUK / index.html
Created July 11, 2016 17:55
Building a calculator with javascript
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Calculator Test</title>
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:600,400,300' rel='stylesheet' type='text/css'>
</head>
<body>