memesite/p.html
2023-07-04 21:10:24 -04:00

36 lines
1.5 KiB
HTML

<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="mainBod">
<h1>NOT ENOUGH P PUSHED TO ACCESS CONTENT!</h1>
<div id="pushp">
<input type=checkbox class=c id=p1>
<label for=p1 id=l1>P</label>
<input type=checkbox class=c id=p2>
<label for=p2 id=l2>P</label>
<input type=checkbox class=c id=p3>
<label for=p3 id=l3>P</label>
<input type=checkbox class=c id=p4>
<label for=p4 id=l4>P</label>
<input type=checkbox class=c id=p5>
<label for=p5 id=l5>P</label>
<p>Good job soldier, return to base!</p>
</div>
</div>
</body>
</html>