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 November 19, 2019 00:27
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body style="background: red;">
<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>,
@MarshallOfSound
MarshallOfSound / index.html
Created November 15, 2019 23:53
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>,
@MarshallOfSound
MarshallOfSound / index.html
Created November 15, 2019 23:37
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>,
@MarshallOfSound
MarshallOfSound / index.html
Created November 2, 2019 23:28
Electron Fiddle Gist
<!-- Empty -->
@MarshallOfSound
MarshallOfSound / index.html
Created November 2, 2019 23:27
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>,
@MarshallOfSound
MarshallOfSound / index.html
Created October 25, 2019 21:41
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>,
@MarshallOfSound
MarshallOfSound / index.html
Created October 15, 2019 23:52
Electron Fiddle Gist
<!-- Empty -->
@MarshallOfSound
MarshallOfSound / index.html
Created August 16, 2019 18:46
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>,
@MarshallOfSound
MarshallOfSound / index.html
Created July 29, 2019 22:46
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>,
@MarshallOfSound
MarshallOfSound / index.html
Created July 19, 2019 22:26
Electron Fiddle Gist
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script>
function createVidos() {
var container = document.createElement("div");