gas-calc/index.html

11 lines
191 B
HTML
Raw Normal View History

2024-08-10 19:04:51 +00:00
<!DOCTYPE html>
<html>
<head>
<title>My First Electron App</title>
</head>
<body>
<h1>Hello from Electron!</h1>
<p>Welcome to your first Electron app.</p>
</body>
</html>