diff options
Diffstat (limited to 'sca-cpp/trunk/hosting/server/data/apps/new/htdocs/app.html')
-rw-r--r-- | sca-cpp/trunk/hosting/server/data/apps/new/htdocs/app.html | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/sca-cpp/trunk/hosting/server/data/apps/new/htdocs/app.html b/sca-cpp/trunk/hosting/server/data/apps/new/htdocs/app.html index eeb7becae5..58f8f82331 100644 --- a/sca-cpp/trunk/hosting/server/data/apps/new/htdocs/app.html +++ b/sca-cpp/trunk/hosting/server/data/apps/new/htdocs/app.html @@ -17,11 +17,18 @@ * specific language governing permissions and limitations * under the License. --> -<DIV id="page"> - <SPAN id="page:h1" class="h1" style="position: absolute; top: 0px; left: 0px; "> - <H1>Hello</H1> - </SPAN> - <SPAN id="me" class="h1" style="position: absolute; top: 0px; left: 56px; "> - <H1>=me</H1> - </SPAN> -</DIV> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title type="text">new</title> + <id>new</id> + <content type="application/xml"> + <DIV id="page"> + <SPAN id="page:h1" class="h1" style="position: absolute; top: 0px; left: 0px; "> + <H1>Hello</H1> + </SPAN> + <SPAN id="me" class="h1" style="position: absolute; top: 0px; left: 56px; "> + <H1>=me</H1> + </SPAN> + </DIV> + </content> + <link href="new"/> +</entry> |