Skip to content

Instantly share code, notes, and snippets.

@RushingAlien
RushingAlien / index.html
Last active September 16, 2024 13:17
App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Steps to Reproduce</title>
</head>
<body>
<h1>Steps to Reproduce</h1>
<ol>
@RushingAlien
RushingAlien / index.html
Created September 16, 2024 13:07
Electron app with custom window frame
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
<link href="./styles.css" rel="stylesheet">
<title>Custom Title Bar</title>
</head>
<body>
<div id="title-bar">