This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-diagnose/badssl.com/common/mixed/css/index.html
2019-12-20 15:48:39 +08:00

25 lines
431 B
HTML

---
title: mixed css
layout: page
favicon: red
background: gray
---
<style>
.triggered {
display: none;
}
</style>
<div id="content">
<h1 style="font-size: 9vw;">
mixed css
</h1>
</div>
<div id="footer">
This page <span class="not-triggered">triggers</span><span class="triggered">has triggered</span> insecure CSS.
</div>
<link rel="stylesheet" href="http://{{ site.http-domain }}/resources/stylesheet.css">