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