File: bad.html

package info (click to toggle)
debugpy 1.8.19%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,452 kB
  • sloc: python: 14,840; sh: 185; makefile: 33
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Django test</title>
    </head>
    <body>
        {% doesnotexist %}
    </body>
</html>