Sindbad~EG File Manager

Current Path : /home/beeson/public_html/WebMathXpert/
Upload File :
Current File : //home/beeson/public_html/WebMathXpert/DPRCheck.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Device Pixel Ratio Checker</title>
</head>
<body>
    <h1>Device Pixel Ratio Checker</h1>
    <p>Your Device Pixel Ratio (DPR) is: <span id="dpr"></span></p>

    <script>
        // Get the DPR and display it
        const dpr = window.devicePixelRatio;
        document.getElementById("dpr").textContent = dpr;
        console.log("Device Pixel Ratio:", dpr);
    </script>
</body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists