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