removed custom cookie
This commit is contained in:
6
done.php
6
done.php
@@ -6,7 +6,7 @@
|
||||
<meta name=viewport content=width=device-width,initial-scale=1>
|
||||
<link rel=stylesheet href=style.css type=text/css>
|
||||
</head>
|
||||
<body>
|
||||
<body><div id=body>
|
||||
<div id=top class=center>
|
||||
<p>Check out <a href=https://lukeogburn.com/>my main site</a>!</p>
|
||||
</div>
|
||||
@@ -16,5 +16,5 @@
|
||||
<br>
|
||||
<p class=center><a href=/>Want to make another?</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</div></body>
|
||||
</html>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<meta name=viewport content=width=device-width,initial-scale=1>
|
||||
<link rel=stylesheet href=style.css type=text/css>
|
||||
</head>
|
||||
<body>
|
||||
<body><div id=body>
|
||||
<div id=top class=center>
|
||||
<p>Looking for <a href=https://lukeogburn.com/>lukeogburn.com</a>?</p>
|
||||
</div>
|
||||
@@ -40,7 +40,7 @@
|
||||
</form>
|
||||
</div>
|
||||
-->
|
||||
<input type=checkbox id=boo>
|
||||
<div id=cookie><p><label for=boo>This site stores security cookies that do not identify or track you</label></p></div>
|
||||
</body>
|
||||
<!--<input type=checkbox id=boo>
|
||||
<div id=cookie><p><label for=boo>This site stores security cookies that do not identify or track you</label></p></div>-->
|
||||
</div></body>
|
||||
</html>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
body{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
#div{
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -16,7 +18,7 @@ a:hover{
|
||||
}
|
||||
|
||||
/*Cookie notif*/
|
||||
#boo{
|
||||
/*#boo{
|
||||
display: none;
|
||||
}
|
||||
#boo:checked+div{
|
||||
@@ -32,7 +34,7 @@ a:hover{
|
||||
}
|
||||
label:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
}*/
|
||||
|
||||
#top{
|
||||
display: block;
|
||||
@@ -93,4 +95,4 @@ button:hover{
|
||||
body, #cookie{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user