blob: 7571ce0a3bd1a2cadae51c3a6af27bb013e2f1b1 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
var domready = require('domready');
domready(function() {
document.querySelector('#content').innerText = 'Hello Vanadium World';
});