summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/files/privacy-breach/files-privacybreach/build-spec/orig/src/privacy-breach-generic/importcss.html
blob: d060248cd8aa5f98734912c4ad762ec81159f000 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<body>
<style type="text/css">
   @import url("import1.css");
   @import url("http://trackme.css/track.css");
</style>
</body>
</html>