monolith/src/tests/data/integrity/index.html

18 lines
470 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Local HTML file</title>
<link href="style.css" rel="stylesheet" type="text/css" integrity="sha512-good" />
<link href="style.css" rel="stylesheet" type="text/css" integrity="sha512-bad" />
</head>
<body>
<script src="script.js" integrity="sha-256-good"></script>
<script src="script.js" integrity="sha-256-bad"></script>
</body>
</html>