Correct source code link and htmx CDN link

This commit is contained in:
raul 2024-06-07 12:38:48 +02:00
parent 91d43beac9
commit 1e23bcf356
2 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,9 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/style.css" rel="stylesheet"> <link href="/style.css" rel="stylesheet">
<script src="https://unpkg.com/htmx.org@1.9.4/dist/htmx.min.js"></script> <script src="https://unpkg.com/htmx.org@1.9.12"
integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2"
crossorigin="anonymous"></script>
</head> </head>
<body> <body>
@ -18,7 +20,7 @@
<p><a href="/">Home</a></p> <p><a href="/">Home</a></p>
</li> </li>
<li class="hor"> <li class="hor">
<p><a href="https://git.bulgariu.xyz/raul/aemet" target="_blank">Source code</a></p> <p><a href="https://git.bulgariu.xyz/raul/tiamat" target="_blank">Source code</a></p>
</li> </li>
</ul> </ul>
</b> </b>

View File

@ -6,7 +6,9 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/style.css" rel="stylesheet"> <link href="/style.css" rel="stylesheet">
<script src="https://unpkg.com/htmx.org@1.9.4/dist/htmx.min.js"></script> <script src="https://unpkg.com/htmx.org@1.9.12"
integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2"
crossorigin="anonymous"></script>
</head> </head>
<body> <body>
@ -18,7 +20,7 @@
<p><a href="/">Home</a></p> <p><a href="/">Home</a></p>
</li> </li>
<li class="hor"> <li class="hor">
<p><a href="https://git.bulgariu.xyz/raul/aemet" target="_blank">Source code</a></p> <p><a href="https://git.bulgariu.xyz/raul/tiamat" target="_blank">Source code</a></p>
</li> </li>
</ul> </ul>
</b> </b>