trisquel-icecat/icecat/browser/base/content/test/pageStyle/page_style.html

8 lines
131 B
HTML

<!DOCTYPE html>
<style>
p { color: blue; font-weight: bold; }
</style>
<p>Some text.</p>
<script>
let gFramesLoaded = 0;
</script>