| 123456789101112131415161718192021222324252627282930 | <!doctype html><html><head>  <style>    body {      width: 51em;      margin: 0 auto;      border-left: 1px solid #8883;      border-right: 1px solid #8883;      font-family: sans-serif;      text-align: center;    }    @media (prefers-color-scheme: dark) {      html { background-color: #222; color: #ddd; }    }  </style></head><body>  <h1> Selenium33 </h1>  <img src="all.svg">  <h2> Base </h2>  <img src="../../../img/base.svg">  <h2> Symbols </h2>  <img src="../../../img/symbols.svg">  <h2> Navigation </h2>  <img src="navigation.svg">  <h2> NumRow </h2>  <img src="numrow.svg"></body></html>
 |