Skip to content

Instantly share code, notes, and snippets.

View ssAlixss's full-sized avatar
💭
I may be slow to respond.

Alex ssAlixss

💭
I may be slow to respond.
View GitHub Profile
@ssAlixss
ssAlixss / index.html
Created March 7, 2020 03:52
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@ssAlixss
ssAlixss / index.html
Created March 7, 2020 03:52
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->