11 lines
191 B
HTML
11 lines
191 B
HTML
|
<!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>
|