File: success.html

package info (click to toggle)
python-django-extra-views 0.14.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: python: 1,591; makefile: 142; sh: 6
file content (11 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
        <title>Success</title>
</head>
<body>

<h1>Success</h1>

</body>
</html>