It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://dptotti.fic.edu.uy

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <html lang="en">
  4.    <head>
  5.        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6.        <meta http-equiv="Content-Style-Type" content="text/css">
  7.        <meta http-equiv="Content-Script-Type" content="text/javascript">
  8.  
  9.        <title>TurnKey LAMP</title>
  10.        
  11.        <link rel="stylesheet" href="css/ui.tabs.css" type="text/css" media="print, projection, screen"/>
  12.        <link rel="stylesheet" href="css/base.css" type="text/css"/>
  13.  
  14.        <script src="js/jquery-1.2.6.js" type="text/javascript"></script>
  15.        <script src="js/ui.core.js" type="text/javascript"></script>
  16.        <script src="js/ui.tabs.js" type="text/javascript"></script>
  17.        <script type="text/javascript">
  18.            $(function() {
  19.                $('#container-1 > ul').tabs({ fx: { opacity: 'toggle'} });
  20.            });
  21.        </script>
  22.    </head>
  23.  
  24.    <body>
  25.        <h1>TurnKey LAMP</h1>
  26.        
  27.        <div id="container-1">
  28.            <ul>
  29.                <li><a href="#cp"><span>Control Panel</span></a></li>
  30.            </ul>
  31.  
  32.            <div id="cp">
  33.                <div class="fragment-content">
  34.                    <div>
  35.                        <a href="https://dptotti.fic.edu.uy:12320"><img
  36.                        src="images/shell.png"/>Web Shell</a>
  37.                    </div>
  38.                    <div>
  39.                        <a href="https://dptotti.fic.edu.uy:12321"><img
  40.                        src="images/webmin.png"/>Webmin</a>
  41.                    </div>
  42.                    <div>
  43.                        <a href="https://dptotti.fic.edu.uy:12322"><img
  44.                        src="images/adminer.png"/>Adminer</a>
  45.                    </div>
  46.                    <div></div>
  47.                    <div></div>
  48.  
  49.                    <h2>Resources and references</h2>
  50.                    <ul>
  51.  
  52.                        <li>
  53.                          <a href="/phpinfo.php">Apache PHP information</a>
  54.                          (to disable: rm /var/www/phpinfo.php)
  55.                        </li>
  56.                        <li>
  57.                          <a href="/server-status">Apache server status</a>
  58.                          (to disable: a2dismod status)
  59.                        </li>
  60.                        <li><a
  61.                        href="https://www.turnkeylinux.org/lamp">
  62.                        TurnKey LAMP release notes</a></li>
  63.                    </ul>
  64.  
  65.                </div>
  66.            </div>
  67.  
  68.        </div>
  69.    </body>
  70. </html>
  71.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda