1
0
mirror of https://github.com/boku7/Loki synced 2026-06-06 15:24:27 +00:00
Files
boku7-Loki/agent/browser.html
T
2025-04-03 12:54:39 -07:00

10 lines
167 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>My Electron App</title>
</head>
<body>
<h1>Hello, Electron!</h1>
<script src="browser.js"></script>
</body>
</html>