Skip to content

Commit

Permalink
'Hello World' from the renderer process
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Aug 31, 2017
1 parent bb57080 commit 75f8dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/renderer/index.html
Expand Up @@ -5,8 +5,7 @@
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="container">
Hello!
</div>
<div id="container"></div>
<script>require('./renderer.js')</script>
</body>
</html>
1 change: 1 addition & 0 deletions src/renderer/renderer.js
@@ -0,0 +1 @@
console.log('Hello World!')

0 comments on commit 75f8dd8

Please sign in to comment.