<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About - InfoTren</title> <link rel="stylesheet" href="/base.css"> <script src="/back.js"></script> <script src="/items.js"></script> </head> <body> <h1>About</h1> <div class="content"> <h2>InfoTren</h2> <p>KaiOS webapp for <a href="https://infofer.ro" class="items inline">Informatica Feroviară</a> scraper</p> <h4>Acknowledgements</h4> <ul> <li><a href="https://brailleinstitute.org/freefont" class="items">Atkinson Hyperlegible</a></li> </ul> </div> <footer> <div class="csk">Open</div> </footer> </body> </html>