Skip to content

Instantly share code, notes, and snippets.

@owensd
Created February 11, 2017 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owensd/3e5bd1c08612aa19a8b190746380a50b to your computer and use it in GitHub Desktop.
Save owensd/3e5bd1c08612aa19a8b190746380a50b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<h1>Hello World! (dev)</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="./lib-ui/goog/base.js"></script>
<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