ed: links to letz.dev
This commit is contained in:
parent
5d729baa57
commit
a701b9ba02
@ -5,11 +5,11 @@
|
|||||||
<canvas id=c></canvas>
|
<canvas id=c></canvas>
|
||||||
<link rel="stylesheet" href="c.css">
|
<link rel="stylesheet" href="c.css">
|
||||||
<script src="c.js"></script>
|
<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 -->
|
<!-- temporary -->
|
||||||
<footer>
|
<footer>
|
||||||
<div class="mifooter">
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
@ -14,7 +14,7 @@ getCharacters(data => {
|
|||||||
/*html*/`
|
/*html*/`
|
||||||
<article>
|
<article>
|
||||||
<div class="image-container">
|
<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>
|
<img src="${personaje.image}" alt="Personaje"</img>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php echo date("d-m-Y");
|
<?php echo date("d-m-Y");
|
||||||
header("Status: 200 Entrando");
|
header("Status: 200 Entrando");
|
||||||
header("Location: http://jpdev.kickto.net/world/c.html");
|
header("Location: http://jp.letz.dev/world/c.html");
|
||||||
exit;
|
exit;
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user