Source code
Revision control
Copy as Markdown
Other Tools
<!-- See browser_no_mcb_for_localhost.js -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf8">
</head>
<style>
@font-face {
font-family: "Font-IPv4";
}
@font-face {
font-family: "Font-IPv6";
}
#ip-v4 {
font-family: "Font-IPv4"
}
#ip-v6 {
font-family: "Font-IPv6"
}
</style>
<body>
<div id="ip-v4">test</div>
<div id="ip-v6">test</div>
</body>
<script>
// eslint-disable-next-line @microsoft/sdl/no-insecure-url
</script>
</html>