File: message.html

package info (click to toggle)
webtest 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 592 kB
  • sloc: python: 3,562; makefile: 42
file content (10 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
      <script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"></script>
      <script language="javascript" src="/app.js"></script>
    </head>
    <body>
      <pre>%(message)s</pre>
    </body>
</html>