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/test/canceled-image/index.html
2019-12-20 15:48:39 +08:00

20 lines
291 B
HTML

---
title: canceled-image
layout: page
favicon: gray
background: gray
---
<div id="content">
<h1 style="font-size: 5vw;">
canceled-image
</h1>
</div>
<script>
var xhr= new XMLHttpRequest();
xhr.open("GET", "https://google.com/image.jpg");
xhr.send();
xhr.abort();
</script