Fixed USA and CSS href

This commit is contained in:
Isaac Greene 2025-07-26 08:50:31 -04:00 committed by GitHub
parent b777daff11
commit d765aaa732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,8 @@
<title>Isaac&rsquo;s Service Agreements and Policies</title> <title>Isaac&rsquo;s Service Agreements and Policies</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index.css"> <link rel="stylesheet" href="/index.css">
<link rel="icon" href="../logo.png"> <link rel="icon" href="/logo.png">
<script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script> <script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script>
</head> </head>
<body> <body>
@ -33,10 +33,12 @@
<p>Use of this site, www.isaac.run, is covered by the IFDSA.</p> <p>Use of this site, www.isaac.run, is covered by the IFDSA.</p>
<footer> <footer>
<hr> <hr>
<img src="usa.png" alt="The American flag" class="climg"> <img src="/usa.png" alt="The American flag" class="climg">
<p class="clref"><a href="https://www.isaac.run">www.isaac.run</a></p> <p class="clref"><a href="https://www.isaac.run">www.isaac.run</a></p>
</footer> </footer>
</body> </body>
</html> </html>
<!-- Page created 2025-04-22 --> <!-- Page created 2025-04-22 -->
<!-- Changelog --> <!-- Changelog
2025-07-25: Added ICSA
-->