forked from msilvoso/vulnerableApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
20 lines (20 loc) · 746 Bytes
/
header.php
File metadata and controls
20 lines (20 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title><?=$config['display']['title']?></title>
<style type="text/css">
body{width:1000px;margin-left:auto;margin-right:auto;}
#header{padding:10px;height:100px;}
#footer{padding:10px;height:50px;color:silver;font-size:10px;}
#main{padding:10px;}
#right{margin-left:20px;margin-bottom:20px;padding:10px;width:200px;float:right;background-color:lightblue;}
.error{color:red;font-size:larger;}
.date{color:dodgerblue;font-size:larger;}
.entry{color:black;}
.commentDate{color:silver;position:relative;left:20px;top:5px;font-size:smaller;}
.comment{color:grey;position:relative;left:20px;top:5px;}
</style>
</head>
<body>
<div id="header">
<h1><?=$config['display']['title']?></h1>
</div>