File: base.html

package info (click to toggle)
pompem 0.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 481; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="pt-BR">
  <head>
    <meta charset="utf-8">
    <title> Pompem - Exploit Finder </title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
      <link rel="stylesheet" type="text/css" href="common/html_page/style.css">
  </head>
  <body style="background-color: #000000;">
  <div style="color:lime;top: 20%">
                <h1>
                    <pre>

   __________
   \______   \____   _____ ______   ____   _____
    |     ___/  _ \ /     \\____ \_/ __ \ /     \
    |    |  (  <_> )  Y Y  \  |_> >  ___/|  Y Y  \
    |____|   \____/|__|_|  /   __/ \___  >__|_|  /
                         \/|__|        \/      \/
                    </pre>
</h1>
        </div>
    </div>
  <div style="position:absolute;top: 40%;">
              {list_dict_result}
     </div>
          <br>
    </div>
  </body>
</html>