~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to xml/core/src/org/netbeans/modules/xml/core/resources/templates/xhtml.xml.template

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<!--
 
4
    Document   : __NAME__
 
5
    Created on : __DATE__, __TIME__
 
6
    Author     : __USER__
 
7
    Description:
 
8
        Purpose of the document follows.
 
9
-->
 
10
 
 
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
 
12
                      "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
 
13
 
 
14
<html xmlns="http://www.w3.org/1999/xhtml">
 
15
    <head>
 
16
        <title>TODO Page Title</title>
 
17
    </head>
 
18
 
 
19
    <body>
 
20
        <h1>Heading</h1>
 
21
        <p>TODO Words, just words ...
 
22
        </p>
 
23
    </body>
 
24
</html>