github.com/editorconfig-checker/editorconfig-checker@v0.0.0-20231102090242-ddae3e68851e/pkg/encoding/testdata/html.utf8bom.html (about)

     1  <!DOCTYPE html>
     2  <!--
     3  Some comment
     4  
     5  -->
     6  <html dir="ltr" mozdisallowselectionprint>
     7    <head>
     8      <meta charset="utf-8">
     9      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    10      <meta name="some name" content="notranslate">
    11      <title>test</title>
    12  
    13  
    14      <link rel="stylesheet" href="html.utf8bom.css">
    15  
    16  
    17  
    18    </head>
    19  
    20    <body tabindex="1">
    21      <div id="printContainer"></div>
    22    </body>
    23  </html>