File: test.html

package info (click to toggle)
pyjamas 0.7~%2Bpre2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,656 kB
  • ctags: 12,331
  • sloc: python: 74,493; php: 805; sh: 291; makefile: 59; xml: 9
file content (12 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="pygwt:module" content="test">
        <script type="text/javascript" src="raphael.js"></script>
        <title>Rafael Test</title>
    </head>

    <body bgcolor="white">
        <script language="javascript" src="bootstrap.js"></script>
    </body>
</html>