move to self-hosted jquery

This commit is contained in:
2023-07-26 20:03:24 +02:00
parent 51e73f7156
commit e2f82dd22d
17 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
<link rel="stylesheet" href="/css/pages/home.css">
<meta name="keywords" content="projects, software, open source, services, websites">
<meta name="description" content="The hub for all of my software projects and services that get more advanced and numerous by the day.">
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>