any-app/index.html

16 lines
622 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Electron App</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1><span style="color: LimeGreen">Error!</span></h1>
<p>Looks like you forgot to specify a URL when launching the election app. Please rerun with --url="https://yourURL.com"</p>
<p>If you are running this from a shortcut in windows, just add --url="https://yourURL.com" after the "target" command. It should look like this:</p>
<img src="target.png">
</body>
</html>