Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as HTML by Lirfie ( 5 years ago )
<!doctype html>
<html style="height:100%;">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Audiowide&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
	<title>401</title>
	<style>

        body {
            font-family:Audiowide; 
            color:white; 
            background:radial-gradient(at top left, #FFFF00, #FF4C00);
        	-webkit-user-select: none; 
            -moz-user-select: none; 
            -ms-user-select: none; 
            -o-user-select: none; 
            user-select: none;
        }
        

        h1 {
            font-size:150px;

        }


        span {
        
            color:#500000;
        }

        p {
            font-size:50px;
        }

        button {
              background : none;
              border: none;
              color: #500000;
              padding: 16px 32px;
              text-align: center;
              text-decoration: none;
              font-size: 16px;
              width: 250px;
              margin: auto;
              transition-duration: 0.4s;
              cursor: pointer;
        }

          #containeur {
            width: 75%;
            margin: auto;
            }

      
		#popback {	
            margin: 10px -10px;   
			opacity: 0.5;
  			transition: .5s ease;
        }



        .backbutton {
            
            margin: auto;
            font-size: 100px;        
        }
        .homebutton {
            margin: auto;
            font-size: 100px;        
        }
		.backbutton:hover ~ #popback {
			opacity: 1
		}
		#pophome {	  
            margin: auto; 
			opacity: 0.5;
  			transition: .5s ease;

		}
		.homebutton:hover ~ #pophome {
			opacity: 1
		}

	</style>
</head>

<body>
        <center>
		<h1>Erreur <span>401</span></h1>
		<p>(Autorisation requise)</p>

        <button class="backbutton fa fa-chevron-circle-left" onclick="history.back(); return false"></button>
        <div id="popback">JE REVIENS SAGEMENT<br/>À LA PAGE PRECEDENTE</div> 


        <button class="homebutton fa fa-home" onclick="window.location.href = 'http://sangonera.fr'"></button>
        <div id="pophome">JE VAIS DIRECTEMENT<br/>À LA PAGE D'ACCUEIL</div>      
</center>

</body>
</html>

 

Revise this Paste

Your Name: Code Language: