# uspis.gov

> Markdown mirror of DialtoneApp's public top-site detail page for `uspis.gov`.

URL: https://dialtoneapp.com/top-sites/uspis.gov/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/uspis.gov

## Summary

- Domain: `uspis.gov`
- Website: https://uspis.gov
- Description: ai readable | score 24 | purchase read only
- Label: ai_readable
- Payment surface: Not available
- Purchase boundary: read_only
- Control boundary: unknown
- Rank: 96230

## robots

Not found.

## llms

~~~text
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title></title>
    <style>
        html {
            height: 99%;
            width: 100%;
            margin: 0px;
            padding: 0px;
        }
        body {
            font-family: Calibri, Arial, sans-serif;
            width: 98%;
            padding: 0;
            margin: 0;
            justify-content: center;
            text-align: center;
            height: 98%;
        }


        .Header {
            text-align: center;
            width: 100%;
            background-color: #0c142c;
            color: #FFC000;
            font-size: 20px;
            font-weight: 900;
            border: 0px none;
            margin: 0px;
            padding: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .Middle {
            width: 100%;
            align-content: center;
            text-align: center;
            font-size: 15px;
        }

        .LastFoot {
            width: 100%;
            font-size: 36px;
            text-align: center;
            color: #313131;
            padding: 4px;
        }

        .btnFoot {
            font-size: 36px;
            font-weight: bold;
            border: solid 1px;
            margin-top: 5px;
            padding: 10px;
            background-color: #0A0A2A;
            border-radius: 10px;
            color: white;
            cursor: pointer;
        }

        .btnFoot1 {
            font-size: 36px;
            text-decoration: underline;
            border: none;
            background-color: white;
            cursor: pointer;
            padding: 10px;
        }

        .btnFoot:hover {
            border: solid 1px;
        }
    </style>
</head>
<body>
    <form target="_blank" method="post">
        <table style="width: 99%; height: 99%;">
            <tr>
                <td style="width: 2%">&nbsp;</td>
                <td style="width: 86%; height: 100%;">
                    <div style="justify-content: center; text-align:center; width: 98%; height: 99%; border: 5px solid lightgray; padding: 0px; margin-top: 5px;">
                        <div class="Header">
                            <img src="https://www.uspis.gov/wp-content/uploads/2020/09/logo1.png"><span style="color: white;">®</span><br />USPIS Evidence Upload
                        </div>
                        <div class="Middle">
                            <table style="width: 100%; text-align:center;">
                                <tr>
                                    <td style="width: 30%">&nbsp;</td>
                                    <td style="width: 1px; text-align: left;">
                                        <ol style="white-space:nowrap; text-wrap: none; line-height:1.4;">
                                            <li>Enter the ID Code provided to you in the field below.</li>
                                            <li>Click “Continue”.</li>
                                            <li>You will be leaving USPIS.GOV and will be automatically redirected to a portal through uspis.us.evidence.com.</li>
                                            <li>Please upload video or other attachments to that portal. Thank you for your assistance to USPIS.</li>
                                        </ol>
                                    </td>
                                    <td style="width: 30%">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td style="width: 30%">&nbsp;</td>
                                    <td style ="width: 1px; text-align: left;">
                                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                        <label for="EvidenceID">ID Code:</label>
                                        <input type="text" id="EvidenceID" name="EvidenceID" required><br><br>
                                    </td>
                                    <td style="width: 30%">&nbsp;</td>
                                </tr>
                            </table>
                        </div>
                        <div class="LastFoot" id="LastFooterTxt">
                            <b>Leave uspis.gov and begin uploads</b>
                        </div>
                        <div class="LastFoot" id="LastFooterTxt">
                            <input class="btnFoot" type="submit" id="btnContinue" onclick="GotoEvidence(EvidenceID.value);" value="Continue" /><br />
                            <!--<input class="btnFoot1" type="button" id="btnCancel" onclick="javascript: window.close();" value="Cancel" />-->
                        </div>
                    </div>
                </td>
                <td style="width: 2%">&nbsp;</td>
            </tr>
        </table>
        <script>
            var isMobile = {
                Android: function () {
                    return navigator.userAgent.match(/Android/i);
                },
                BlackBerry: function () {
                    return navigator.userAgent.match(/BlackBerry/i);
                },
                iOS: function () {
                    return navigator.userAgent.match(/iPhone/i);
                },
                Opera: function () {
                    return navigator.userAgent.match(/Opera Mini/i);
                },
                Windows: function () {
                    return navigator.userAgent.match(/IEMobile/i);
                },
                any: function () {
                    return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
                }
            };
            /* if the device is not ios change the button size */
            if (!isMobile.iOS()) {
                document.getElementById("LastFooterTxt").style.fontSize = "24px";
                document.getElementById("btnContinue").style.fontSize = "20px";
                document.getElementById("btnCancel").style.fontSize = "20px";
            };
            function GotoEvidence(ID)
            {
                if (ID == "")
                {
                    alert("ID required");
                    return
                }
                alert('You will be leaving USPIS.GOV and will be automatically redirected to a portal through uspis.us.evidence.com.')
                document.body.innerHTML = '';
                window.location.href = "https://uspis.us.evidence.com/axon/community-request/public/" + ID;
            }
        </script>
    </form>
</body>
</html>
~~~

## llms-full

~~~text
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title></title>
    <style>
        html {
            height: 99%;
            width: 100%;
            margin: 0px;
            padding: 0px;
        }
        body {
            font-family: Calibri, Arial, sans-serif;
            width: 98%;
            padding: 0;
            margin: 0;
            justify-content: center;
            text-align: center;
            height: 98%;
        }


        .Header {
            text-align: center;
            width: 100%;
            background-color: #0c142c;
            color: #FFC000;
            font-size: 20px;
            font-weight: 900;
            border: 0px none;
            margin: 0px;
            padding: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .Middle {
            width: 100%;
            align-content: center;
            text-align: center;
            font-size: 15px;
        }

        .LastFoot {
            width: 100%;
            font-size: 36px;
            text-align: center;
            color: #313131;
            padding: 4px;
        }

        .btnFoot {
            font-size: 36px;
            font-weight: bold;
            border: solid 1px;
            margin-top: 5px;
            padding: 10px;
            background-color: #0A0A2A;
            border-radius: 10px;
            color: white;
            cursor: pointer;
        }

        .btnFoot1 {
            font-size: 36px;
            text-decoration: underline;
            border: none;
            background-color: white;
            cursor: pointer;
            padding: 10px;
        }

        .btnFoot:hover {
            border: solid 1px;
        }
    </style>
</head>
<body>
    <form target="_blank" method="post">
        <table style="width: 99%; height: 99%;">
            <tr>
                <td style="width: 2%">&nbsp;</td>
                <td style="width: 86%; height: 100%;">
                    <div style="justify-content: center; text-align:center; width: 98%; height: 99%; border: 5px solid lightgray; padding: 0px; margin-top: 5px;">
                        <div class="Header">
                            <img src="https://www.uspis.gov/wp-content/uploads/2020/09/logo1.png"><span style="color: white;">®</span><br />USPIS Evidence Upload
                        </div>
                        <div class="Middle">
                            <table style="width: 100%; text-align:center;">
                                <tr>
                                    <td style="width: 30%">&nbsp;</td>
                                    <td style="width: 1px; text-align: left;">
                                        <ol style="white-space:nowrap; text-wrap: none; line-height:1.4;">
                                            <li>Enter the ID Code provided to you in the field below.</li>
                                            <li>Click “Continue”.</li>
                                            <li>You will be leaving USPIS.GOV and will be automatically redirected to a portal through uspis.us.evidence.com.</li>
                                            <li>Please upload video or other attachments to that portal. Thank you for your assistance to USPIS.</li>
                                        </ol>
                                    </td>
                                    <td style="width: 30%">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td style="width: 30%">&nbsp;</td>
                                    <td style ="width: 1px; text-align: left;">
                                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                        <label for="EvidenceID">ID Code:</label>
                                        <input type="text" id="EvidenceID" name="EvidenceID" required><br><br>
                                    </td>
                                    <td style="width: 30%">&nbsp;</td>
                                </tr>
                            </table>
                        </div>
                        <div class="LastFoot" id="LastFooterTxt">
                            <b>Leave uspis.gov and begin uploads</b>
                        </div>
                        <div class="LastFoot" id="LastFooterTxt">
                            <input class="btnFoot" type="submit" id="btnContinue" onclick="GotoEvidence(EvidenceID.value);" value="Continue" /><br />
                            <!--<input class="btnFoot1" type="button" id="btnCancel" onclick="javascript: window.close();" value="Cancel" />-->
                        </div>
                    </div>
                </td>
                <td style="width: 2%">&nbsp;</td>
            </tr>
        </table>
        <script>
            var isMobile = {
                Android: function () {
                    return navigator.userAgent.match(/Android/i);
                },
                BlackBerry: function () {
                    return navigator.userAgent.match(/BlackBerry/i);
                },
                iOS: function () {
                    return navigator.userAgent.match(/iPhone/i);
                },
                Opera: function () {
                    return navigator.userAgent.match(/Opera Mini/i);
                },
                Windows: function () {
                    return navigator.userAgent.match(/IEMobile/i);
                },
                any: function () {
                    return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
                }
            };
            /* if the device is not ios change the button size */
            if (!isMobile.iOS()) {
                document.getElementById("LastFooterTxt").style.fontSize = "24px";
                document.getElementById("btnContinue").style.fontSize = "20px";
                document.getElementById("btnCancel").style.fontSize = "20px";
            };
            function GotoEvidence(ID)
            {
                if (ID == "")
                {
                    alert("ID required");
                    return
                }
                alert('You will be leaving USPIS.GOV and will be automatically redirected to a portal through uspis.us.evidence.com.')
                document.body.innerHTML = '';
                window.location.href = "https://uspis.us.evidence.com/axon/community-request/public/" + ID;
            }
        </script>
    </form>
</body>
</html>
~~~