<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php
    header("Content-type: text/css; charset: UTF-8");
?&gt;
span.warning_message {
    background: url("/assets/images/sign_warning.png") left top no-repeat;
    padding-left: 20px;
    color: red;

}</pre></body></html>