Spaces:
Sleeping
Sleeping
ausername-12345 commited on
Commit ·
981e67c
1
Parent(s): 5b8053d
Polyfill ContainsAiGeneratedContent for Safari/Apple Intelligence
Browse files- .DS_Store +0 -0
- index.html +1 -0
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
index.html
CHANGED
|
@@ -7,6 +7,7 @@
|
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
|
|
|
|
| 10 |
</head>
|
| 11 |
<body>
|
| 12 |
<div id="root"></div>
|
|
|
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
|
| 10 |
+
<script>window.ContainsAiGeneratedContent = window.ContainsAiGeneratedContent || (() => {});</script>
|
| 11 |
</head>
|
| 12 |
<body>
|
| 13 |
<div id="root"></div>
|