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/_layouts/spoofed.html
2019-12-20 15:48:39 +08:00

15 lines
530 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicons/favicon.ico"/>
<link rel="apple-touch-icon" href="/favicons/icon.png"/>
<title>{% if page.title %}{{ page.title }}{% else %}{{ page.subdomain }}.{{ site.domain }}{% endif %}</title>
<link rel="stylesheet" href="/style.css">
<style>body { background: {% if page.background %}{{ page.background }}{% else %}gray{% endif %}; }</style>
</head>
<body>
{{ content }}
</body>
</html>