2025-03-22 00:49:46 +01:00

15 lines
435 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CookieSync Page</title>
</head>
<body>
<script src="https://ced-ns.sascdn.com/diff/js/modules/cmp.js" type="text/javascript"></script>
<script src="CookieSync.min.js" type="text/javascript"></script>
<script src="TemplatePool.min.js" type="text/javascript"></script>
<script>
sasCookieSync.fireCSync();
</script>
</body>
</html>