Skip to content

Instantly share code, notes, and snippets.

View DanielDignam's full-sized avatar

Daniel Dignam DanielDignam

  • GrabCAD
  • Cambridge
View GitHub Profile
@DanielDignam
DanielDignam / index.html
Created December 3, 2015 19:48
input removed from DOM consumes ^Z
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
</head>
<body id='body'>
<h1>Hello World!</h1>
We are using node <script>document.write(process.versions.node)</script>,
Chrome <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>.