Skip to content

Instantly share code, notes, and snippets.

@owensd
Created February 8, 2017 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owensd/5f8b5b67cc7f15a34ff3179f0de7f9d6 to your computer and use it in GitHub Desktop.
Save owensd/5f8b5b67cc7f15a34ff3179f0de7f9d6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
We are using node.js <script>document.write(process.version)</script>
and Electron <script>document.write(process.versions['electron'])</script>.
<div id="app">
<p>Script was not loaded.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment