Skip to content

sonicFanTech/2000RoVid

Repository files navigation

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>VidPlayer License Agreement</title>
    <meta name="description" content="License agreement and usage terms for VidPlayer.">
    <style>
        /* GLOBAL STYLE (same vibe as other pages) */
        body {
            margin: 0;
            padding: 0;
            background: #000000 url("bg-stars.gif") repeat;
            color: #e0e0e0;
            font-family: Tahoma, Verdana, Arial, sans-serif;
            font-size: 14px;
        }
        a { color: #66ccff; text-decoration: none; }
        a:hover { text-decoration: underline; }
        a:visited { color: #cc99ff; }

        #wrapper {
            width: 900px;
            margin: 20px auto 40px auto;
            border: 2px solid #00ccff;
            box-shadow: 0 0 25px #00ccff;
            background: #101010 url("bg-grid.png");
        }

        /* HEADER */
        #header {
            background: linear-gradient(90deg, #003366, #006699, #0099cc);
            border-bottom: 2px solid #00ccff;
            padding: 10px 20px;
            position: relative;
        }
        #logo-area {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        #logo-area img {
            width: 64px;
            height: 64px;
            image-rendering: pixelated;
        }
        #logo-text { color: #ffffff; text-shadow: 0 0 4px #000000; }
        #logo-text h1 { margin: 0; font-size: 26px; letter-spacing: 2px; }
        #logo-text span { font-size: 11px; text-transform: uppercase; }
        #header-note {
            position: absolute;
            right: 15px;
            bottom: 8px;
            font-size: 11px;
            color: #ffffaa;
        }

        /* NAVBAR */
        #navbar {
            background: #000022;
            border-bottom: 1px solid #00ccff;
            padding: 4px 10px;
        }
        #navbar ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 6px;
        }
        #navbar li { margin: 0; }
        #navbar a {
            display: block;
            padding: 4px 10px;
            font-size: 12px;
            text-transform: uppercase;
            border: 1px solid #004466;
            background: linear-gradient(#001122, #002244);
        }
        #navbar a.active {
            border-color: #ffff66;
            background: linear-gradient(#004466, #001122);
            color: #ffff99;
            font-weight: bold;
        }

        /* CONTENT */
        #content { padding: 10px; }
        .panel {
            background: rgba(0, 0, 0, 0.8);
            border: 1px solid #004466;
            margin-bottom: 10px;
            padding: 12px 14px 16px 14px;
        }
        .panel h2 {
            font-size: 18px;
            margin: 0 0 8px 0;
            color: #ffff99;
            text-shadow: 0 0 3px #000000;
            border-bottom: 1px solid #333333;
            padding-bottom: 5px;
        }
        .panel h3 {
            font-size: 15px;
            margin: 14px 0 4px 0;
            color: #99ffcc;
        }
        .small-note {
            font-size: 11px;
            color: #aaaaaa;
        }
        code {
            font-family: "Consolas", "Courier New", monospace;
        }

        /* FOOTER */
        #footer {
            text-align: center;
            padding: 8px;
            font-size: 11px;
            color: #888888;
            background: #000010;
            border-top: 1px solid #003344;
        }
    </style>
</head>
<body>

<div id="wrapper">
    <!-- HEADER -->
    <div id="header">
        <div id="logo-area">
            <img src="logo.png" alt="VidPlayer Logo">
            <div id="logo-text">
                <h1>VidPlayer HQ</h1>
                <span>License Agreement</span>
            </div>
        </div>
        <div id="header-note">
            Please read this before redistributing or forking VidPlayer.
        </div>
    </div>

    <!-- NAVBAR (no License button here so your existing pages stay in sync) -->
    <div id="navbar">
        <ul>
            <li><a href="index.html">Home</a></li>
            <li><a href="downloads.html">Downloads</a></li>
            <li><a href="screenshots.html">Screenshots</a></li>
            <li><a href="faq.html">FAQ</a></li>
            <li><a href="about.html">About / Credits</a></li>
            <li><a href="contact.html">Contact</a></li>
        </ul>
    </div>

    <!-- MAIN CONTENT -->
    <div id="content">
        <div class="panel">
            <h2>VidPlayer License Agreement</h2>

            <p><strong>Copyright (c) 2023-2026 sonic Fan Tech / Axel613</strong></p>

            <p>VidPlayer is now <strong>source-available</strong>. This means:</p>
            <ul>
                <li>You may view and modify the source code for personal use and to add your own features.</li>
                <li>You <strong>must</strong> obtain permission from the original creator before:
                    <ul>
                        <li>Redistributing the source code or compiled binaries (modified or unmodified), or</li>
                        <li>Using the VidPlayer source code in your own public project or fork.</li>
                    </ul>
                </li>
                <li>You <strong>must</strong> give clear credit to the original creator:
                    <strong>"sonic Fan Tech / sonic Fan Games"</strong>.
                </li>
                <li>You may <strong>not</strong> sell VidPlayer, any fork of it, or bundle it with / distribute it
                    alongside any other product (even your own) without prior written permission from the creator.
                </li>
            </ul>

            <p>If you have any questions or want to request permission, please contact:<br>
                <strong><a href="mailto:sonicfan1348@gmail.com">sonicfan1348@gmail.com</a></strong>
            </p>

            <hr>

            <h3>1. Grant of Use</h3>
            <p>
                This software, <strong>VidPlayer</strong>, is provided free of charge for personal, non-commercial use.
            </p>

            <h3>2. Restrictions</h3>
            <ul>
                <li>You may not redistribute this software (in source or binary form) without prior written permission.</li>
                <li>You may modify the source code for your own personal use, but you may not publicly release or distribute modified versions without permission.</li>
                <li>You may not resell this software or any fork of it.</li>
                <li>This software may not be bundled with or distributed alongside any other product without prior written permission.</li>
            </ul>

            <h3>3. Ownership</h3>
            <p>
                All rights, title, and interest in and to <strong>VidPlayer</strong> remain with the author,
                <strong>sonic Fan Tech / sonic Fan Games</strong>, except where explicitly granted by this license.
            </p>

            <h3>4. Disclaimer of Warranty</h3>
            <p>
                This software is provided <strong>"as is"</strong>, without any warranties, express or implied,
                including but not limited to fitness for a particular purpose or merchantability.
                The author shall not be held liable for any damages, direct or indirect, arising from the use of this software.
            </p>

            <h3>5. Acceptance</h3>
            <p>
                By installing, using, or accessing <strong>VidPlayer</strong> or its source code, you agree to the terms
                of this license agreement.
            </p>

            <p class="small-note">
                This page is just a formatted copy of the LICENSE file from the official GitHub repository.
                If the GitHub LICENSE ever changes, that version is considered the canonical one.
            </p>
        </div>
    </div>

    <!-- FOOTER -->
    <div id="footer">
        &copy; 2023-2026 VidPlayer Team · sonic Fan Tech / sonic Fan Games.
    </div>
</div>

</body>
</html>


About

A 2000s style Website for ALL Versions of vidplayer

License

Stars

Watchers

Forks

Packages

No packages published

Languages