mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 21:10:32 +01:00
Fixed USA and CSS href
This commit is contained in:
parent
b777daff11
commit
d765aaa732
1 changed files with 6 additions and 4 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
<title>Isaac’s Service Agreements and Policies</title>
|
<title>Isaac’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
|
||||||
|
-->
|
||||||
Loading…
Add table
Add a link
Reference in a new issue