Skip to content

Instantly share code, notes, and snippets.

@tdtsh
Created June 14, 2015 02:06
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 tdtsh/8c3ee9c1793b902b15f7 to your computer and use it in GitHub Desktop.
Save tdtsh/8c3ee9c1793b902b15f7 to your computer and use it in GitHub Desktop.
Electron quick start index.html
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
We are using io.js <script>document.write(process.version)</script>
and Electron <script>document.write(process.versions['electron'])</script>.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment