Skip to content

Instantly share code, notes, and snippets.

View jrieken's full-sized avatar
🚲
Happy Coding!

Johannes Rieken jrieken

🚲
Happy Coding!
View GitHub Profile
@jrieken
jrieken / index.html
Created July 8, 2019 14:21
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>,
@jrieken
jrieken / index.html
Last active December 28, 2018 10:06
Electron Fiddle - Rabbits
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello Rabbit!</title>
</head>
<body style="height: 800px; width: 1000px;">
<span class="rabbit" style="position:absolute; font-size: 45px;">🐇</span>
@jrieken
jrieken / index.html
Last active May 27, 2019 12:55
Electron Fiddle - Timer
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h3>Versions</h3>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,