mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
fix: formatting
This commit is contained in:
@@ -75,7 +75,7 @@ const securityheaders: Handle = async ({ event, resolve }) => {
|
||||
'https://plausible.io',
|
||||
'https://js.zi-scripts.com',
|
||||
'https://aorta.clickagy.com',
|
||||
'https://hemsync.clickagy.com',
|
||||
'https://hemsync.clickagy.com'
|
||||
]),
|
||||
'frame-src': join([
|
||||
"'self'",
|
||||
|
||||
@@ -122,51 +122,51 @@
|
||||
|
||||
<svelte:head>
|
||||
<!-- {#if !dev} -->
|
||||
<!--suppress JSUnresolvedLibraryURL -->
|
||||
<script defer data-domain="appwrite.io" src="https://plausible.io/js/script.js"></script>
|
||||
<!-- ZoomInfo snippet -->
|
||||
<script>
|
||||
window[
|
||||
(function (_Zru, _8Y) {
|
||||
var _xl5tm = '';
|
||||
for (var _TIuCxy = 0; _TIuCxy < _Zru.length; _TIuCxy++) {
|
||||
var _Byez = _Zru[_TIuCxy].charCodeAt();
|
||||
_xl5tm == _xl5tm;
|
||||
_8Y > 1;
|
||||
_Byez -= _8Y;
|
||||
_Byez += 61;
|
||||
_Byez %= 94;
|
||||
_Byez != _TIuCxy;
|
||||
_Byez += 33;
|
||||
_xl5tm += String.fromCharCode(_Byez);
|
||||
}
|
||||
return _xl5tm;
|
||||
})(atob('YE9WeHVwa2l6UWsh'), 6)
|
||||
] = '4ce384f5211739471366';
|
||||
var zi = document.createElement('script');
|
||||
(zi.type = 'text/javascript'),
|
||||
(zi.async = true),
|
||||
(zi.src = (function (_usb, _Uo) {
|
||||
var _wrQrR = '';
|
||||
for (var _uILjGf = 0; _uILjGf < _usb.length; _uILjGf++) {
|
||||
_ZsFL != _uILjGf;
|
||||
_wrQrR == _wrQrR;
|
||||
var _ZsFL = _usb[_uILjGf].charCodeAt();
|
||||
_ZsFL -= _Uo;
|
||||
_ZsFL += 61;
|
||||
_ZsFL %= 94;
|
||||
_Uo > 4;
|
||||
_ZsFL += 33;
|
||||
_wrQrR += String.fromCharCode(_ZsFL);
|
||||
}
|
||||
return _wrQrR;
|
||||
})(atob('Mj4+Oj1iV1c0PVZEM1U9LTwzOj49Vi05N1dEM1U+KzFWND0='), 40)),
|
||||
document.readyState === 'complete'
|
||||
? document.body.appendChild(zi)
|
||||
: window.addEventListener('load', function () {
|
||||
document.body.appendChild(zi);
|
||||
});
|
||||
</script>
|
||||
<!--suppress JSUnresolvedLibraryURL -->
|
||||
<script defer data-domain="appwrite.io" src="https://plausible.io/js/script.js"></script>
|
||||
<!-- ZoomInfo snippet -->
|
||||
<script>
|
||||
window[
|
||||
(function (_Zru, _8Y) {
|
||||
var _xl5tm = '';
|
||||
for (var _TIuCxy = 0; _TIuCxy < _Zru.length; _TIuCxy++) {
|
||||
var _Byez = _Zru[_TIuCxy].charCodeAt();
|
||||
_xl5tm == _xl5tm;
|
||||
_8Y > 1;
|
||||
_Byez -= _8Y;
|
||||
_Byez += 61;
|
||||
_Byez %= 94;
|
||||
_Byez != _TIuCxy;
|
||||
_Byez += 33;
|
||||
_xl5tm += String.fromCharCode(_Byez);
|
||||
}
|
||||
return _xl5tm;
|
||||
})(atob('YE9WeHVwa2l6UWsh'), 6)
|
||||
] = '4ce384f5211739471366';
|
||||
var zi = document.createElement('script');
|
||||
(zi.type = 'text/javascript'),
|
||||
(zi.async = true),
|
||||
(zi.src = (function (_usb, _Uo) {
|
||||
var _wrQrR = '';
|
||||
for (var _uILjGf = 0; _uILjGf < _usb.length; _uILjGf++) {
|
||||
_ZsFL != _uILjGf;
|
||||
_wrQrR == _wrQrR;
|
||||
var _ZsFL = _usb[_uILjGf].charCodeAt();
|
||||
_ZsFL -= _Uo;
|
||||
_ZsFL += 61;
|
||||
_ZsFL %= 94;
|
||||
_Uo > 4;
|
||||
_ZsFL += 33;
|
||||
_wrQrR += String.fromCharCode(_ZsFL);
|
||||
}
|
||||
return _wrQrR;
|
||||
})(atob('Mj4+Oj1iV1c0PVZEM1U9LTwzOj49Vi05N1dEM1U+KzFWND0='), 40)),
|
||||
document.readyState === 'complete'
|
||||
? document.body.appendChild(zi)
|
||||
: window.addEventListener('load', function () {
|
||||
document.body.appendChild(zi);
|
||||
});
|
||||
</script>
|
||||
<!-- {/if} -->
|
||||
|
||||
<!-- canonical url -->
|
||||
|
||||
Reference in New Issue
Block a user