Skip to content

Instantly share code, notes, and snippets.

View 0x141026's full-sized avatar
:atom:
Focusing

Nia 0x141026

:atom:
Focusing
View GitHub Profile
@0x141026
0x141026 / index.html
Created August 8, 2023 17:06
第一个electron程序
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
<body>