2020-06-27 20:55:10 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>Local HTML file</title>
|
2020-07-06 22:15:57 +02:00
|
|
|
<link href="style.css" rel="stylesheet" type="text/css" integrity="sha512-IWaCTORHkRhOWzcZeILSVmV6V6gPTHgNem6o6rsFAyaKTieDFkeeMrWjtO0DuWrX3bqZY46CVTZXUu0mia0qXQ==" crossorigin="anonymous" />
|
|
|
|
<link href="style.css" rel="stylesheet" type="text/css" integrity="sha512-vWBzl4NE9oIg8NFOPAyOZbaam0UXWr6aDHPaY2kodSzAFl+mKoj/RMNc6C31NDqK4mE2i68IWxYWqWJPLCgPOw==" crossorigin="anonymous" />
|
2020-06-27 20:55:10 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-07-06 22:15:57 +02:00
|
|
|
<p>This page should have black background and white foreground, but only when served via http: (not via file:)</p>
|
|
|
|
<script src="script.js" integrity="sha256-ecrEsYh3+ICCX8BCrNSotXgI5534282JwJjx8Q9ZWLc="></script>
|
|
|
|
<script src="script.js" integrity="sha256-6idk9dK0bOkVdG7Oz4/0YLXSJya8xZHqbRZKMhYrt6o="></script>
|
2020-06-27 20:55:10 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|