Maingron/MainOS

View on GitHub
Program Files/browser/websites/start/start.html

Summary

Maintainability
Test Coverage
<html>
<head>
    <title>Startpage</title>
    <meta charset="utf-8">
    <link rel="stylesheet" href="../../../../helper.min.css">
    <link rel="stylesheet" href="style.min.css">
</head>
<body>
    <div>
        <h1>Links</h1>
        <div class="addfaviconicons">

            <category>
                <h2>Browse the web</h2>
                <a href="https://archive.org">Archive.org</a>
                <a href="https://theoldnet.com">The Old Net</a>

                <a href="https://bing.com">Bing</a>
                <a href="https://wikipedia.org">Wikipedia</a>
                <a href="https://dict.cc">Dict.cc</a>
            </category>

            <category>
                <h2>More</h2>
                <a href="stupidity.html">Stupidity</a>
            </category>

            <category>
                <h2>More by Maingron</h2>
                <a href="https://maingron.com">Maingron.com</a>
                <a href="https://clock.maingron.com">Custom Clock</a>
                <a href="https://unisearch.app">Unisearch</a>
                <a href="https://maingron.com/maingronzelda_f/game_demo/index.html">Maingron Zelda - Demo</a>
            </category>

            <category>
                <h2>Tools</h2>
                <a href="https://stopwatch-app.com/">Stopwatch</a>
                <a href="https://one.livesplit.org/">LiveSplit One</a>
                <a href="https://appsco.pe/app/baseconverter">Base Converter</a>
                <a href="https://wordcounter.io/">Word Counter</a>
                <a href="https://random.jasonlbeggs.com/">Random Picker</a>
                <a href="https://web.blockbench.net/">Blockbench</a>
                <a href="https://c.r74n.com/fonts/">Font Generator</a>
                <a href="https://www.cloudping.info/">Cloudping.info</a>
            </category>


            <category>
                <h2>Games</h2>
                <a href="https://skribbl.io">Skribbl.io</a>
                <a href="https://krunker.io">Krunker.io</a>
                <a href="https://slither.io">Slither.io</a>
                <a href="https://splix.io">Splix.io</a>
                <a href="https://ducklings.io">Ducklings.io</a>
                <a href="http://paper.io">Paper.io</a>
                <a href="https://mope.io">Mope.io</a>
                <a href="https://flyordie.io">FlyOrDie.io</a>
                <a href="https://garticphone.com">Gartic Phone</a>

                <a href="http://www.flashbynight.com/drench/">Drench</a>

                <a href="https://sudoku.jull.dev">Sudoku</a>
                <a href="https://tmaiadev-tictactoe.netlify.app/">Tic Tac Toe</a>
                <a href="https://kylesureline.com/hangapp/">Hangman</a>
                <a href="https://play2048.co/">2048</a>
                <a href="https://wits.github.io/regretris/">Regretris</a>
                <a href="https://bsehovac.github.io/the-cube/">The Cube</a>

                <a href="https://littlealchemy2.com/">Little Alchemy 2</a>

                <a href="https://geogee.me/">Geogee</a>

                <a href="https://v6p9d9t4.ssl.hwcdn.net/html/3507769/BBBBBB%20update%201/index.html">BBBBBB by Toast Studio</a>
                <a href="https://v6p9d9t4.ssl.hwcdn.net/html/2110026/LetsGoBuildA_16/index.html">Let's Go Build A...</a>
                <a href="https://v6p9d9t4.ssl.hwcdn.net/html/7504693/dist/index.html">Magpie</a>


                <a href="https://www.windows93.net/c/programs/solitude/index.html">Solitude</a>

                <a href="https://www.memorygameonline.com/">Memory Game</a>
            </category>

            <category>
                <h2>Games and fun</h2>
                <a href="https://thirtydollar.website/">30 Dollar Website</a>

                <a href="https://gdbrowser.com/">Geometry Dash Browser</a>
            </category>

            <category>
                <h2>Entertainment</h2>
                <a href="https://piped.video">Youtube (Piped)</a>
                <a href="https://w2g.tv">Watch2Gether</a>

                <a href="https://webamp.org/#">Webamp</a>
            </category>

            <category>
                <h2>TV</h2>
                <p>(German channels)</p>
                <a href="https://www.ardmediathek.de/live">ARD Mediathek</a>
                <a href="https://www.kika.de/live/live-100">Kika (Kinderkanal)</a>
                <a href="https://tv.de">TV.de</a>
            </category>

            <category>
                <h2>Other</h2>
                <a href="https://gitlab.com">GitLab</a>
    
                <a href="https://bbc.com">BBC</a>
    
                <a href="https://v1.windows93.net">Windows 93</a>
                <a href="https://98.js.org/">98.js.org</a>

                <a href="https://maingron.com">Maingron.com</a>

                <a href="https://wavepot.com/">Wavepot</a>

                <a href="https://pianoplays.com/">Piano Plays</a>

                <a href="http://lushprojects.com/circuitjs/circuitjs.html">Circuit Simulator</a>

            </category>

            <category>
                <h2>Benchmarks</h2>
                <a href="https://fast.com">Fast.com</a>
                <a href="https://web.basemark.com">Basemark</a>
                <a href="https://www.antutu.com/html5/">Antutu</a>
            </category>


        </div>
    </div>
<script src="scripts.js"></script>
</body>
</html>