cookie
This commit is contained in:
parent
86ebdc96f0
commit
7776333c26
1 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,15 @@
|
||||||
margin-top: 15%;
|
margin-top: 15%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const cookie = `site=${window.location.origin}`;
|
||||||
|
if (!document.cookie.includes(cookie)) {
|
||||||
|
document.cookie = cookie;
|
||||||
|
window.location.reload()
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue