This commit is contained in:
2025-10-14 02:59:27 +08:00
commit 424eb9384f
8 changed files with 3099 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Electron Template</title>
</head>
<body>
<h1>Hello Electron!</h1>
</body>
</html>