File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Zakładam, że index.html ma <head>...</head> i </body>
7
7
# Dodaj CSS do <head>
8
+ html = html .replace ('<link rel="stylesheet" href="style.css">' , '' );
9
+
8
10
html = html .replace (
9
11
'</head>' ,
10
12
f'<style>\n { css } \n </style>\n </head>'
16
18
f'<script>\n { js } \n </script>\n </body>'
17
19
)
18
20
19
- with open ('index-final .html' , 'w' ) as f :
21
+ with open ('index.html' , 'w' ) as f :
20
22
f .write (html )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1><a href="?">SQLMap Command Builder</a></h1>
16
16
</ p >
17
17
18
18
< p >
19
- < a href ="https://github.com/vizzdoom/sqlmap-command-builder " target ="_blank "> Github Repository v.20250616b </ a > for < a target ="_blank " href ="https://github.com/sqlmapproject/sqlmap/releases "> SQLMap 1.9</ a > < br />
19
+ < a href ="https://github.com/vizzdoom/sqlmap-command-builder " target ="_blank "> Github Repository v.20250616c </ a > for < a target ="_blank " href ="https://github.com/sqlmapproject/sqlmap/releases "> SQLMap 1.9</ a > < br />
20
20
vizzdoom/at/gmail/dot/com
21
21
</ p >
22
22
</ header >
You can’t perform that action at this time.
0 commit comments