Skip to content

Instantly share code, notes, and snippets.

@itsderek23
Created October 21, 2019 19:38
Show Gist options
  • Save itsderek23/0489b33bdeb35a969757e1c430dc588d to your computer and use it in GitHub Desktop.
Save itsderek23/0489b33bdeb35a969757e1c430dc588d to your computer and use it in GitHub Desktop.
Demo Remote URL for Electron Hybrid App
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Remote Hello World!</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Say Hello!</h1>
<form>
<input type="text" placeholder="Name"/>
<button>Say Hello</button>
</form>
<div id="greeting_container"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment