Created
May 10, 2020 01:06
-
-
Save gdonega/ea7d02ed257a66dc4cf8b67b6be97214 to your computer and use it in GitHub Desktop.
index.html de teste do Electron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Hello World!</title> | |
</head> | |
<body> | |
<h1>Hello World!</h1> | |
<h1>Hello World!</h1> | |
<h1>Hello World!</h1> | |
<h1>Hello World!</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment