Skip to content

Instantly share code, notes, and snippets.

View eziz's full-sized avatar

Eziz Soyunov eziz

  • Turkmenistan
  • 03:49 (UTC +05:00)
  • X @ezizs
View GitHub Profile
@eziz
eziz / index.html
Last active May 24, 2022 14:57
Electronjs_Project
<!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>Eziz Soyun</title>
</head>
<body>