Skip to content

Instantly share code, notes, and snippets.

@ottogutierrez
Last active December 11, 2018 10:25
Show Gist options
  • Save ottogutierrez/0e50705efde1b536e66a626adf09e160 to your computer and use it in GitHub Desktop.
Save ottogutierrez/0e50705efde1b536e66a626adf09e160 to your computer and use it in GitHub Desktop.
Basic HTML file for the electron-testing-js tutorial
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Electron Testing JS</title>
</head>
<body>
<h1>Electron Testing JS</h1>
<p>Welcome to the electron-testing-js Tutorial from ottogutierrez.com</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment