Skip to content

Commit

Permalink
Add static wizard files
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jan 14, 2016
1 parent 705fc64 commit e4f71c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/wizard.html
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<script src="wizard.js"></script>
</head>
<body tabindex="-1">
</body>
</html>
9 changes: 9 additions & 0 deletions static/wizard.js
@@ -0,0 +1,9 @@
'use strict'

{
const log = require('../lib/common/log')

window.onload = () => {
log.info('wizard ready after %sms', Date.now() - global.START_TIME)
}
}

0 comments on commit e4f71c7

Please sign in to comment.