mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 04:47:09 +01:00
cookie
This commit is contained in:
@@ -19,6 +19,20 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<script>
|
||||||
|
document.cookie = "cookies_allowed=0";
|
||||||
|
cookies_allowed = document.cookie.split("cookies_allowed=")[1];
|
||||||
|
|
||||||
|
if(cookies_allowed){
|
||||||
|
|
||||||
|
}else{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1 style="cursor:pointer;" onclick="window.open('/', '_self')">TealCode</h1>
|
<h1 style="cursor:pointer;" onclick="window.open('/', '_self')">TealCode</h1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user