From d10d8d6d9249dec55c3cedda791ade5068ab5f91 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 21 Mar 2011 16:52:36 -0500 Subject: [PATCH] Another attempt at formatting inline HTML. --- Integration.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/Integration.md b/Integration.md index 6c4b429..f030ead 100644 --- a/Integration.md +++ b/Integration.md @@ -21,22 +21,19 @@ the existing structure and styling. * The simplest way to create a noVNC page is with `vnc.js`, `ui.js` and `plain.css` and then calling `UI.load()`. For example: - - - - - - - -
Loading
- - - - + + + + + + +
Loading
+ + * See `vnc.html` for a fleshed out working example of the above.