-
-
Save owensd/c1b59c719b2008eb01ad5bca16d928a5 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<title>Hello World!</title> | |
</head> | |
<body> | |
<h1>Hello World! (prod)</h1> | |
We are using node.js <script>document.write(process.version)</script> | |
and Electron <script>document.write(process.versions['electron'])</script>. | |
<div id="app"> | |
<p>Script was not loaded.</p> | |
</div> | |
<script type="text/javascript" src="./ui.js"></script> | |
<script type="text/javascript">goog.require('blog_post.landing')</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment