mirror of
https://github.com/filp/whoops.git
synced 2026-09-12 02:36:20 +00:00
Add branding
This commit is contained in:
@@ -27,6 +27,17 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.branding {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 20px;
|
||||
color: #777777;
|
||||
font-size: 10px;
|
||||
}
|
||||
.branding a {
|
||||
color: #CD3F3F;
|
||||
}
|
||||
|
||||
header {
|
||||
padding: 30px 20px;
|
||||
color: white;
|
||||
@@ -182,6 +193,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="branding">
|
||||
generated by the <strong><a href="http://github.com/filp/damnit">damnit!</a></strong> - php error handler
|
||||
</div>
|
||||
<header>
|
||||
<div class="exception">
|
||||
<h3 class="exc-title">
|
||||
|
||||
Reference in New Issue
Block a user