Add the greatjob element.
This commit is contained in:
parent
9544e5c8a7
commit
0841204daa
1 changed files with 12 additions and 1 deletions
|
@ -160,6 +160,13 @@ code { font-family: monospace; }
|
|||
min-width: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
#greatjob
|
||||
{
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
||||
padding: 8px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -350,7 +357,11 @@ code { font-family: monospace; }
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div id="greatjob" class="width_limited">
|
||||
<p>It looks like you're using an ad-blocker. Great job!</p>
|
||||
</div>
|
||||
|
||||
<footer class="width_limited">
|
||||
<p><a href="https://commons.wikimedia.org/wiki/File:Epub_logo_color.svg">EPUB logo</a></p>
|
||||
<p><a href="https://www.python.org/community/logos/">Python logo</a> under the PSF Trademark Usage Policy</p>
|
||||
<p><a href="https://www.w3.org/html/logo/">HTML5 logo</a> under CC-BY-3.0</p>
|
||||
|
|
Loading…
Reference in a new issue