<!DOCTYPE html>
<html>
<head><meta http-equiv="content-security-policy" content="script-src 'none'">
<style>
#p01 {
color: blue;
}
</style>
</head>
<body>
<p>Це параграф.</p>
<p id="p01">Я відрізняюсь.</p>
</body>
</html>