Skip to content

Instantly share code, notes, and snippets.

View MarshallOfSound's full-sized avatar
:electron:
Building all the things...

Samuel Attard MarshallOfSound

:electron:
Building all the things...
View GitHub Profile
@MarshallOfSound
MarshallOfSound / index.html
Created February 15, 2019 03:56 — forked from nitsakh/index.html
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,
;(function(exports) {
// export the class if we are in a Node-like system.
if (typeof module === 'object' && module.exports === exports)
exports = module.exports = SemVer;
// The debug function is excluded entirely from the minified version.
// Note: this is the semver.org version of the spec that it implements
// Not necessarily the package version of this code.