Compare commits
No commits in common. "e307165ea864373d77f37ea584ca1c336c738ed7" and "b09da7be611b9ca7ffd7125d8f564f797796212f" have entirely different histories.
e307165ea8
...
b09da7be61
21
index.html
21
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.6.0/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Massive amount of favicon related stuff -->
|
<!-- Massive amount of favicon related stuff -->
|
||||||
@ -38,6 +38,25 @@
|
|||||||
|
|
||||||
<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">
|
||||||
|
Loading…
Reference in New Issue
Block a user