-
Notifications
You must be signed in to change notification settings - Fork 2
/
sketchfab_crocodile.html
85 lines (76 loc) · 3.88 KB
/
sketchfab_crocodile.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html>
<head>
<!-- Google Consent Mode -->
<script data-cookieconsent="ignore">
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("consent", "default", {
ad_storage: "denied",
ad_personalization: "denied",
ad_user_data: "denied",
analytics_storage: "denied",
functionality_storage: "denied",
personalization_storage: "denied",
security_storage: "granted",
wait_for_update: 2000,
});
gtag("set", "ads_data_redaction", true);
gtag("set", "url_passthrough", true);
</script>
<!-- End Google Consent Mode -->
<!-- Google Tag Manager -->
<script data-cookieconsent="ignore">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WZBKMJP');</script>
<!-- End Google Tag Manager -->
<script type="text/javascript">
window.addEventListener("CookiebotOnDialogDisplay", function () {
['Features', 'Purposes', 'Vendors'].forEach(e => {
window.CookieConsent.dialog[`IABDeselect${e}`].call();
})
});
</script>
<!-- Cookiebot -->
<script
id="Cookiebot"
src="https://consent.cookiebot.com/uc.js"
data-cbid="ec5f4b04-e699-4bea-a9de-eda95d4d9fb7"
data-blockingmode="auto"
data-framework="TCFv2.2"
data-consentmode-defaults="disabled"
type="text/javascript"
></script>
<!-- End Cookiebot -->
<meta charset="utf-8">
<title>Sketchfab Crocodile</title>
<link rel="stylesheet" href="./sketchfab_style.css">
</head>
<body bgcolor="#000000">
<table width="800" border="0" align="center">
<tbody>
<tr>
<td style="color: #FFFFFF; text-align: center;">
<div class="embed-container" style="--aspect-ratio:4/3">
<iframe allowfullscreen="" data-src="https://sketchfab.com/models/cf69c1b344ca43d6bb45398fbd9d092f/embed" data-cookieconsent="statistics" mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="" frameborder="0">
</iframe>
<div class="cookieconsent-optout-statistics" style="background-color: black; color: white;">
<div style="color:white; font-family: Arial, sans-serif;">
Please select one of the options below to view this 3D scan, or to view other 3D scans on Sketchfab.
</div>
</div>
</div>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal;">
<a href=" https://sketchfab.com/models/9a035ce6430947ac879f37324059a30d?utm_medium=embed&utm_source=website&utm_campain=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Engraved crocodiles, Messak, Libya</a> by <a href="https://sketchfab.com/britishmuseum/collections/african-rock-art?utm_medium=embed&utm_source=website&utm_campain=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">britishmuseum</a> on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campain=share-popup"
target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</td>
</tr>
</tbody>
</table>
</body>
</html>