mirror of
https://github.com/FranP-code/Allnews.com.git
synced 2025-10-13 00:32:45 +00:00
Soporte para Infobae añadido
This commit is contained in:
31
test-page.php
Executable file
31
test-page.php
Executable file
@@ -0,0 +1,31 @@
|
||||
<link rel="stylesheet" href="news.css">
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<a href="index.php" class="name">
|
||||
<img class="logo" src="./img/logo.svg">
|
||||
<h1>AllNews.com</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<div class="all">
|
||||
<article>
|
||||
|
||||
<?php
|
||||
|
||||
require 'news_logic.php';
|
||||
|
||||
check_news();
|
||||
|
||||
?>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="source">
|
||||
Autor: <b><?php echo $author;?></b> | Pagina fuente: <b><?php echo $page_source;?></b>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user