Compare commits
7 Commits
b09da7be61
...
master
Author | SHA1 | Date | |
---|---|---|---|
023d6f0954 | |||
f7afa99d42 | |||
49bb62cc88 | |||
978b406064 | |||
d075595efb | |||
e307165ea8 | |||
66013b2dd4 |
29
index.html
29
index.html
@ -16,7 +16,7 @@
|
|||||||
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<script src="js/modernizer.js"></script>
|
<script src="js/modernizer.js"></script>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Massive amount of favicon related stuff -->
|
<!-- Massive amount of favicon related stuff -->
|
||||||
@ -38,25 +38,6 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Sentry -->
|
|
||||||
<script
|
|
||||||
src="https://browser.sentry-cdn.com/6.2.3/bundle.tracing.min.js"
|
|
||||||
integrity="sha384-gDTsbUCgFQKbxNZj/RvveTOuAPZgNMjQzMdsD2TI/7YSPN+r49xERr43VxADcGVV"
|
|
||||||
crossorigin="anonymous"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
Sentry.init({
|
|
||||||
dsn: "https://969ab005144243e98ae3e17d3f624e5a@sentry.fosc.space/3",
|
|
||||||
integrations: [new Sentry.Integrations.BrowserTracing()],
|
|
||||||
|
|
||||||
// Set tracesSampleRate to 1.0 to capture 100%
|
|
||||||
// of transactions for performance monitoring.
|
|
||||||
// We recommend adjusting this value in production
|
|
||||||
tracesSampleRate: 1.0,
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<section class="navigation">
|
<section class="navigation">
|
||||||
<div class="nav-container">
|
<div class="nav-container">
|
||||||
@ -89,7 +70,7 @@
|
|||||||
<a href="https://cloud.fosc.space"><span class="iconify" data-icon="mdi:cloud"></span> Cloud</a>
|
<a href="https://cloud.fosc.space"><span class="iconify" data-icon="mdi:cloud"></span> Cloud</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://doc.fosc.space"><span class="iconify" data-icon="mdi:text"></span> Wiki</a>
|
<a href="https://wiki.fosc.space"><span class="iconify" data-icon="mdi:text"></span> Wiki</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://rss.fosc.space"><span class="iconify" data-icon="mdi:rss"></span> RSS</a>
|
<a href="https://rss.fosc.space"><span class="iconify" data-icon="mdi:rss"></span> RSS</a>
|
||||||
@ -320,7 +301,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<a href="https://analytics.fosc.space">
|
<a href="https://plausible.fosc.space">
|
||||||
<picture>
|
<picture>
|
||||||
<source type="image/webp" data-srcset="icons/analytics.webp">
|
<source type="image/webp" data-srcset="icons/analytics.webp">
|
||||||
<source type="image/png" data-srcset="icons/analytics.png">
|
<source type="image/png" data-srcset="icons/analytics.png">
|
||||||
@ -412,8 +393,8 @@
|
|||||||
elements_selector: ".lazy"
|
elements_selector: ".lazy"
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script async src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@15.1.1/dist/lazyload.min.js"></script>
|
<script async src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@17.7.0/dist/lazyload.min.js"></script>
|
||||||
<script async src="https://code.iconify.design/1/1.0.6/iconify.min.js"></script>
|
<script src="https://code.iconify.design/2/2.2.1/iconify.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user