Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 99a6c5b

Browse files
author
NerdOfCode
committed
Updated coloring
1 parent 227a401 commit 99a6c5b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<head>
1212
<title>Admin Panel</title>
1313
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
14-
<link rel="stylesheet" type="text/css" href="style.css">
14+
<link rel="stylesheet" type="text/css" href="newstyle.css">
1515
</head>
1616
<body>
1717
<h1 style="text-align:center;">Admin Panel</h1><hr>

mysql_exec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<html>
1515
<head>
1616
<title>Admin Panel</title>
17-
<link rel="stylesheet" type="text/css" href="style.css">
17+
<link rel="stylesheet" type="text/css" href="newstyle.css">
1818
<meta HTTP-EQUIV="refresh" CONTENT="300;URL=logout.php">
1919
</head>
2020
<body>

options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<html>
1414
<head>
1515
<title>Admin Panel</title>
16-
<link rel="stylesheet" type="text/css" href="style.css">
16+
<link rel="stylesheet" type="text/css" href="newstyle.css">
1717
<meta HTTP-EQUIV="refresh" CONTENT="300;URL=logout.php">
1818
</head>
1919
<body>

php_exec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<html>
88
<head>
99
<title>Admin Panel</title>
10-
<link rel="stylesheet" type="text/css" href="style.css">
10+
<link rel="stylesheet" type="text/css" href="newstyle.css">
1111
<meta HTTP-EQUIV="refresh" CONTENT="300;URL=logout.php">
1212
</head>
1313
<body>

shell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<html>
1010
<head>
1111
<title>Admin Panel</title>
12-
<link rel="stylesheet" type="text/css" href="style.css">
12+
<link rel="stylesheet" type="text/css" href="newstyle.css">
1313
<meta HTTP-EQUIV="refresh" CONTENT="300;URL=logout.php">
1414
</head>
1515
<body>

0 commit comments

Comments
 (0)