Skip to content

Instantly share code, notes, and snippets.

View hmschreiner's full-sized avatar

Henrique Schreiner hmschreiner

View GitHub Profile
@hmschreiner
hmschreiner / index.html
Last active August 23, 2021 00:59
Electron Fiddle Gist - JavaScript TDC POA 2019
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<h2>Status <span id="status">Offline</span></h2>
<!-- All of the Node.js APIs are available in this renderer process. -->