This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
electron-study/day03-global-shotcut/index.html
2025-01-09 18:30:49 +08:00

11 lines
257 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>全局快捷键</title>
</head>
<body>
<h2>全局快捷键</h2>
<script src="index.js"></script>
</body>
</html>