Skip to content

Instantly share code, notes, and snippets.

View SureEnough's full-sized avatar

whq SureEnough

  • aa
  • 广州
View GitHub Profile
@SureEnough
SureEnough / index.html
Created April 18, 2024 03:27
electron window drag
<!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'">
<title>Hello World!</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>