1<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3   xmlns:g="urn:import:com.google.gwt.user.client.ui">
4   <ui:style>
5
6   </ui:style>
7   <g:HTMLPanel>
8      <g:HTML>
9      <p>
10         RPubs is a free service from RStudio for sharing documents on the web.
11         Click Publish to get started.
12      </p>
13      <p>
14         <strong>IMPORTANT: All documents published to RPubs are publicly
15         visible.</strong> You should only publish documents you wish to share
16         publicly.
17      </p>
18      </g:HTML>
19   </g:HTMLPanel>
20</ui:UiBinder>
21