ed: links to letz.dev
This commit is contained in:
parent
5d729baa57
commit
a701b9ba02
@ -5,11 +5,11 @@
|
||||
<canvas id=c></canvas>
|
||||
<link rel="stylesheet" href="c.css">
|
||||
<script src="c.js"></script>
|
||||
<meta http-equiv="refresh" content="10; url=http://jpdev.kickto.net/">
|
||||
<meta http-equiv="refresh" content="10; url=http://jp.letz.dev/">
|
||||
<!-- temporary -->
|
||||
<footer>
|
||||
<div class="mifooter">
|
||||
<p style="text-align:right;"><small>Git <a href="https://gitea.kickto.net/" target="_blank" title="Gitea">Git</a></small></p>
|
||||
<p style="text-align:right;"><small>Git <a href="https://gitea.letz.dev/" target="_blank" title="Gitea">Git</a></small></p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
@ -14,7 +14,7 @@ getCharacters(data => {
|
||||
/*html*/`
|
||||
<article>
|
||||
<div class="image-container">
|
||||
<a href="https://gitea.kickto.net/jp.av.dev/Intro_basicos_HTML_CSS/src/branch/master/js_get_data_api" target="_blank">
|
||||
<a href="https://gitea.jp.letz.dev/jp.av.dev/Intro_basicos_HTML_CSS/src/branch/master/js_get_data_api" target="_blank">
|
||||
<img src="${personaje.image}" alt="Personaje"</img>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php echo date("d-m-Y");
|
||||
header("Status: 200 Entrando");
|
||||
header("Location: http://jpdev.kickto.net/world/c.html");
|
||||
header("Location: http://jp.letz.dev/world/c.html");
|
||||
exit;
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user