compressed jquery

This commit is contained in:
Lorenzo Dellacà
2020-08-10 17:11:11 +02:00
parent c018e428b2
commit 67c60c3c94
5 changed files with 694 additions and 34 deletions

View File

@@ -6,13 +6,15 @@
<link href="/styles/pages-style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
<title>Mind Overflow : Contact</title>
<script src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<script src="/scripts/arrow-fade.js"></script>
<script src="/scripts/matomoData.js" type="text/javascript"></script>
<script src="/scripts/policy-popup.js" type="text/javascript"></script>
<!-- Scripts Begin -->
<script src="/scripts/jquery-3.5.1.js"></script>
<script src="/scripts/arrow-fade.js"></script>
<script src="/scripts/matomoData.js" type="text/javascript"></script>
<script src="/scripts/policy-popup.js" type="text/javascript"></script>
<!-- Scripts End -->
</head>
<body onload="openPolicyPopup()">
@@ -34,7 +36,7 @@
<h1>Contact</h1>
<i class="arrow-down"></i>
</div>
<div class="content">
<h2>Use any of the following links to get in touch with me!</h2>
<ul>
@@ -51,4 +53,4 @@
<h4>Copyright © 2019-20 ― Lorenzo Dellacà</h4>
</footer>
</body>
</html>
</html>