Mercurial > eldonilo > barbecue
diff index.xhtml @ 6:24aa8dccb170
Make XMPP actually work.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 31 Jan 2012 15:59:28 +0100 |
parents | 03ef53b969bd |
children | 853dcbe8f06f |
line wrap: on
line diff
--- a/index.xhtml +++ b/index.xhtml @@ -17,6 +17,8 @@ <script type="text/javascript" src="config.js"></script> </head> <body> + <div id="state"/> + <button id="host">Host</button> <form id="toolbar"> <dl> <dt> edit: </dt> @@ -96,7 +98,7 @@ </form> <pre id="breadcrumb"> </pre> - <section contenteditable="true"> + <section id="document" contenteditable="true"> <h2> Go ahead, edit away! </h2> <p> Here's a typical paragraph element </p> <ol><li> and now a list </li><li> with only </li><li> three items </li></ol>