https://zxcprogs.com/Acrobat

已提交的 URL:
https://zxcprogs.com/Acrobat
報告完成時間:

連結 · 找到 0 個

JavaScript 變數 · 找到 3 個

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

主控台記錄訊息 · 找到 1 條

類型類別記錄
verbosedom
URL
https://zxcprogs.com/Acrobat
Text
[DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

<html><head>
    <title>Link password</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
    <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> 
    

    <style type="text/css">
        html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
        html {
            font-size: clamp(12px, 1.19791vw, 21px);
            line-height: 1.56rem;
        }
        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            background-color: #fbfbfb;
            font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
        }
        .messageBox {
            min-height: 41.66vmax;
            background-color: #fff;
            width: 52.08%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            max-width: calc(100% - 16px);
            gap: 3.125vmax;
        }
        .textField__input {
            border: 1px solid #E5EBEE;
            width: 26.04vmax;
            padding: 15px 24px;
            font-size: 1rem;
        }
        .textField__input::placeholder {
            color: rgba(24,24,24, 0.2);
        }
        h1 {
            color: #33333D;
            font-weight: 600;
            font-size: 2rem;
            line-height: 2.47rem;
            text-align: center;
        }
        .button {
            border: none;
            margin-top: 2.08333vmax;
            display: inline-block;
            background-color: #383738;
            color: #fff;
            padding: 1.3541vmax 4.427vmax;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 0.5px;
            font-size: 0.85714rem;
            line-height: 0.85714rem;
            text-transform: uppercase;
        }
        @media (max-width: 420px) {
           .messageBox {
               width: calc(100% - 16px);
               margin: 8px;
           }
           .textField__input {
               width: 80vw;
           }
       }
    </style>
    
    <style type="text/css">.container {

   background: #1B2F33;

}

 

.messageBox {

   top: 50%;

   background-color: #4A5473;

}

 

.messageBox__title {

   color: #F3F6FB;

   text-decoration: underline;

}

 

.passwordForm__textBox {

   margin-top: 64px;

   margin-bottom: 0;

   width: 65%;

}

 

.textField__input {

   background-color: #7082A8;

}

 

.textField__input:focus {

   border-bottom: 1px solid #000;

}

 

.shortcmStart__text {

   color: #F3F6FB;

   font-size: 0.75em;

   text-decoration: underline;

}

 

.button {

   background: #F3F6FB;

   color: #000;

}

 

.button:hover {

   background: #7082A8;

   color: #000;

}</style>
    
</head>

<body>
    <div class="container">
        <form class="messageBox" id="password_form" method="post">
            <h1 class="messageBox__title">Please enter a password for this link</h1>
            <div class="textBox passwordForm__textBox">
                <div class="textField"><input class="textField__input" id="password" placeholder="password" type="password" name="password">
                </div>
                <p class="textBox__error"></p>
            </div>
            <div class="shortcmStart">
                <h4 class="shortcmStart__text">
                    

                </h4><button class="button button_main linkPasswordForm__mainButton_primary" type="submit">
                    Submit
                </button>
            </div>
        </form>
    </div>


</body></html>