~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to data/templates/files/file.html

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-08-07 03:23:12 UTC
  • mfrom: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20100807032312-ot70ac9d50cn79we
Tags: upstream-0.19
ImportĀ upstreamĀ versionĀ 0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{fileheader}
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
3
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
 
 
6
<head>
 
7
        <title>{untitled}</title>
 
8
        <meta http-equiv="content-type" content="text/html;charset=utf-8" />
 
9
        <meta name="generator" content="{geanyversion}" />
 
10
</head>
 
11
 
 
12
<body>
 
13
        
 
14
</body>
 
15
 
 
16
</html>