Skip to content

Commit

Permalink
fix(core): remove unnecessary character from HTML template
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 12, 2019
1 parent 5e32bcd commit 6ab4331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/core/tmpl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</style>
</head>
<body>
<h1>💖 Hello World!</h1>3
<h1>💖 Hello World!</h1>
<p>Welcome to your Electron application.</p>
</body>
</html>

0 comments on commit 6ab4331

Please sign in to comment.