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://lm2606.co.uk

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Home | Lm2606.co.uk</title>
  6. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css">
  7. <link href="style.css" rel="stylesheet" type="text/css">
  8.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9.  <meta name="description" content="Lm2606's Projects provide transportation games on the Roblox platform"/>
  10.  <script src="https://cdn.websitepolicies.io/lib/cconsent/cconsent.min.js" defer></script><script>window.addEventListener("load",function(){window.wpcb.init({"border":"normal","corners":"small","colors":{"popup":{"background":"#222222","text":"#ffffff","border":"#FF7954"},"button":{"background":"#FF7954","text":"#000000"}},"position":"bottom","content":{"href":"https://www.lm2606.co.uk/privacy"}})});</script>
  11.  
  12.  <link rel="icon" type="image/png" href="images/favicon.png"\>
  13. </head>
  14.  
  15. <body>
  16. <!-- Google tag (gtag.js) -->
  17. <script async src="https://www.googletagmanager.com/gtag/js?id=G-6T6ZYKFY26"></script>
  18. <script>
  19.  window.dataLayer = window.dataLayer || [];
  20.  function gtag(){dataLayer.push(arguments);}
  21.  gtag('js', new Date());
  22.  
  23.  gtag('config', 'G-6T6ZYKFY26');
  24. </script><script src="https://kit.fontawesome.com/75e70664d7.js" crossorigin="anonymous"></script><link rel="preconnect" href="https://fonts.googleapis.com">
  25. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  26. <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"><script src="https://kit.fontawesome.com/75e70664d7.js" crossorigin="anonymous"></script><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" /><meta name="viewport" content="width=device-width, initial-scale=1.0">
  27. <style>
  28.  
  29. .topnav {
  30.  overflow: hidden;
  31.  background-color: #1A1C26;
  32. }
  33.  
  34. .topnav a {
  35.  float: left;
  36.  display: block;
  37.  color: #f2f2f2;
  38.  text-align: center;
  39.  padding: 14px 16px;
  40.  text-decoration: none;
  41.  font-size: 17px;
  42. }
  43.  
  44. .active {
  45.  background-color: black;
  46.  color: white;
  47. }
  48.  
  49. .topnav .icon {
  50.  display: none;
  51. }
  52.  
  53. .dropdown {
  54.  float: left;
  55.  overflow: hidden;
  56. }
  57.  
  58. .dropdown .dropbtn {
  59.  font-size: 17px;    
  60.  border: none;
  61.  outline: none;
  62.  color: white;
  63.  padding: 14px 16px;
  64.  background-color: inherit;
  65.  margin: 0;
  66. }
  67.  
  68. .dropdown-content {
  69.  display: none;
  70.  position: absolute;
  71.  background-color: #f9f9f9;
  72.  min-width: 160px;
  73.  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  74.  z-index: 1;
  75. }
  76.  
  77. .dropdown-content a {
  78.  float: none;
  79.  color: black;
  80.  padding: 12px 16px;
  81.  text-decoration: none;
  82.  display: block;
  83.  text-align: left;
  84. }
  85.  
  86.  
  87. .dropdown-full {
  88.  float: left;
  89.  overflow: hidden;
  90. }
  91.  
  92. .dropdown-full .dropbtn {
  93.  font-size: 17px;    
  94.  border: none;
  95.  outline: none;
  96.  color: white;
  97.  padding: 14px 16px;
  98.  background-color: inherit;
  99.  margin: 0;
  100. }
  101.  
  102. .dropdown-content-full {
  103.  display: none;
  104.  position: absolute;
  105.  background-color: #f9f9f9;
  106.  min-width: 160px;
  107.  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  108.  z-index: 1;
  109. }
  110.  
  111. .dropdown-content-full a {
  112.  float: none;
  113.  color: black;
  114.  padding: 12px 16px;
  115.  text-decoration: none;
  116.  display: block;
  117.  text-align: left;
  118. }
  119.  
  120. .topnav a:hover, .dropdown-full:hover .dropbtn {
  121.  
  122.  color: #C1C4C8;
  123. }
  124.  
  125. .dropdown-content-full a:hover {
  126.  
  127.  color: black;
  128. }
  129.  
  130. .dropdown-full:hover .dropdown-content-full {
  131.  display: block;
  132. }
  133.  
  134. .StaffLogin {
  135.  background-color: darkred;
  136.  float: right !important;
  137. }
  138.  
  139. @media screen and (max-width: 600px) {
  140.  .topnav a:not(:first-child), .dropdown .dropbtn {
  141.    display: none;
  142.  }
  143.  .topnav a.icon {
  144.    float: right;
  145.    display: block;
  146.  }
  147.  
  148.  .StaffLogin {
  149.    background-color: darkred;
  150.    float: none !important;
  151.  }
  152.  
  153. }
  154.  
  155. @media screen and (max-width: 600px) {
  156.  .topnav.responsive {position: relative;}
  157.  .topnav.responsive .icon {
  158.    position: absolute;
  159.    right: 0;
  160.    top: 0;
  161.  }
  162.  .topnav.responsive a {
  163.    float: none;
  164.    display: block;
  165.    text-align: left;
  166.  }
  167.  .topnav.responsive .dropdown {float: none;}
  168.  .topnav.responsive .dropdown-content {position: relative;}
  169.  .topnav.responsive .dropdown .dropbtn {
  170.    display: block;
  171.    width: 100%;
  172.    text-align: left;
  173.  }
  174.  
  175.  
  176.  
  177. }
  178.  
  179.  
  180. </style><div class="topnav" id="myTopnav"><h1 id='NavbarText' style='margin:0;padding:0'><a class='MainLink' href='https://lm2606.co.uk'>lm2606.co.uk</a></h1><a href="https://lm2606.co.uk">
  181.      <span class="material-symbols-outlined">home</span>
  182.      Home</a><a href="https://lm2606.co.uk/scottishmidlands.php">
  183.      <span class="material-symbols-outlined">
  184.      directions_car
  185.      </span>
  186.      Scottish Midlands</a><a href="https://lm2606.co.uk/tyneandwear.php">
  187.      <span class="material-symbols-outlined">
  188.      directions_car
  189.      </span>
  190.      Tyne and Wear</a><a href="https://lm2606.co.uk/tyneandwearmetro">
  191.      <span class="material-symbols-outlined">
  192.      train
  193.      </span> Tyne and Wear Metro</a><a href="https://lm2606.co.uk/rules">
  194.      <span class="material-symbols-outlined">
  195.      developer_guide
  196.      </span> Game Rules</a><a href="https://lm2606.co.uk/faq">
  197.      <span class="material-symbols-outlined">
  198.      help
  199.      </span> FAQ</a><a href="https://lm2606.co.uk/team">
  200.      <span class="material-symbols-outlined">
  201.      groups
  202.      </span> Our Team</a><a href="https://lm2606.co.uk/join">
  203.      <span class="material-symbols-outlined">
  204.      group
  205.      </span> Join Us</a><a href="https://discord.gg/RTGEe5J">
  206.      <span class="material-symbols-outlined">
  207.      patient_list
  208.      </span> Discord</a><a href="https://lm2606.co.uk/contact.php">
  209.      <span class="material-symbols-outlined">
  210.      patient_list
  211.      </span> Contact</a><a href="https://lm2606.co.uk/staff/welcome" class="StaffLogin"><span class="material-symbols-outlined">
  212.      key
  213.      </span> Staff Login</a><a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myFunction()">&#9776;</a></div><script>
  214.    function myFunction() {
  215.      var x = document.getElementById("myTopnav");
  216.      if (x.className === "topnav") {
  217.        x.className += " responsive";
  218.      } else {
  219.        x.className = "topnav";
  220.      }
  221.    }
  222.    </script>
  223.    
  224. <style>
  225. body, html {
  226.  height: 100%;
  227.  margin: 0;
  228.  font-family: Arial, Helvetica, sans-serif;
  229. }
  230.  
  231. .hero-image {
  232.  height: 100%;
  233.  background-position: center;
  234.  background-repeat: no-repeat;
  235.  background-size: cover;
  236.  position: relative;
  237. }
  238.  
  239. .hero-image2 {
  240.    background-position: center;
  241.    background-repeat: no-repeat;
  242.    background-size: cover;
  243.    position: relative;
  244.    height: auto;
  245.  }
  246.  
  247. .hero-text {
  248.  text-align: center;
  249.  position: absolute;
  250.  top: 50%;
  251.  left: 50%;
  252.  transform: translate(-50%, -50%);
  253.  color: white;
  254.  background-color: red;
  255.  padding: 5%;
  256.  background: rgba(51, 51, 51, 0.5);
  257.  border-radius: 25px;
  258. }
  259.  
  260. .hero-text button:hover {
  261.  background-color: #555;
  262.  color: white;
  263. }
  264.  
  265. #NavMain {
  266.    font-size: 4em;
  267.    margin-top: 0;
  268.    margin-bottom: 0;
  269. }
  270.  
  271. #NavSub {
  272.    font-size: 1em;
  273.    margin-top: 0;
  274.    margin-bottom: 1em;
  275. }
  276.  
  277. a {
  278.    color: orange;
  279. }
  280.  
  281. #Birthday {
  282.    background-color: purple;
  283.    color: white;
  284.    padding: 10px;
  285.    text-align: center;
  286.    font-size: 1.5em;
  287. }
  288.  
  289. #Announcement {
  290.    background-color: #FF7957;
  291.    color: white;
  292.    padding: 10px;
  293.    text-align: center;
  294.    font-size: 1.5em;
  295. }
  296.  
  297. /* BUTTON */
  298. .button-43 {
  299.  background-image: linear-gradient(-180deg, #FF7957 0%, #C45E44 100%);
  300.  border-radius: .5rem;
  301.  box-sizing: border-box;
  302.  color: white;
  303.  display: flex;
  304.  font-size: 16px;
  305.  justify-content: center;
  306.  padding: 1rem 1.75rem;
  307.  text-decoration: none;
  308.  width: 100%;
  309.  border: 0;
  310.  cursor: pointer;
  311.  user-select: none;
  312.  -webkit-user-select: none;
  313.  touch-action: manipulation;
  314.  margin-top: 1rem;
  315. }
  316.  
  317. .button-43:hover {
  318.  background-image: linear-gradient(-180deg, #FF9317 0%, #FF934A 100%);
  319. }
  320.  
  321. @media (min-width: 768px) {
  322.  .button-43 {
  323.    padding: 1rem 2rem;
  324.  }
  325.  
  326.  .mySlides {
  327.  
  328.    width: 100%;
  329.    background-position: center;
  330.    background-repeat: no-repeat;
  331.    background-size: cover;
  332.    position: relative;
  333.    height: auto;
  334.  
  335.  }
  336.  
  337. } else {
  338.  .mySlides {
  339.    height: auto;
  340.    width: 100%;
  341.    background-position: center;
  342.    background-repeat: no-repeat;
  343.    background-size: cover;
  344.    position: relative;
  345.  }
  346.  
  347. }
  348.  
  349. button.button-43 {
  350.  height: 100%;
  351. }
  352. </style>
  353.  
  354. <div class="hero-image" style='background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.lm2606.co.uk/images/HomeBanner.webp");'>
  355.  <div class="hero-text">
  356. <h1 id='NavMain'>Lm2606</h1>
  357.  
  358.    <p id='NavSub'>Owner of <a href="https://www.roblox.com/games/16004675866/Scottish-Midlands">Scottish Midlands</a>, <a href="https://www.roblox.com/games/8386233995/Tyne-and-Wear">Tyne and Wear</a> and <a href="https://www.roblox.com/games/1250197512/Tyne-and-Wear-Metro">Tyne and Wear Metro</a>.<br>
  359.    </p>
  360.  
  361.    <a href="https://www.lm2606.co.uk/contact.php"><button class="button-43">Contact</button></a>
  362.    <a href="https://discord.gg/RTGEe5J"><button class="button-43">Discord</button></a>
  363.  
  364.  </div>
  365. </div>
  366.  
  367. <div class="hero-image" style='background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.lm2606.co.uk/images/SMedb.png");'>
  368.  <div class="hero-text">
  369.    <h1 id='NavMain'>Scottish Midlands</h1>
  370.  
  371.    <p id='NavSub'>Scottish Midlands is a UK Roleplay game based in the Central Belt of Scotland and surrounding areas. We offer a range of jobs for roleplaying in real life jobs such as Bus/Coach Drivers, Police Officers, Mechanics and many more!<br>
  372.    </p>
  373.  
  374.    <a href="https://www.roblox.com/games/16004675866/Scottish-Midlands"><button class="button-43">Play</button></a>
  375.  
  376.  </div>
  377. </div>
  378.  
  379. <div class="hero-image" style='background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.lm2606.co.uk/images/TWmap.webp");'>
  380.  <div class="hero-text">
  381.    <h1 id='NavMain'>Tyne and Wear</h1>
  382.  
  383.    <p id='NavSub'>Tyne and Wear is a free to play open world experience which contains a semi realistic representation of Newcastle Upon Tyne before expanding out into fully fictional areas.<br>
  384.    </p>
  385.  
  386.    <a href="https://www.roblox.com/games/8386233995/Tyne-and-Wear"><button class="button-43">Play</button></a>
  387.  
  388.  </div>
  389. </div>
  390.  
  391. <div class="hero-image" style='background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  392. url("https://www.lm2606.co.uk/images/hero2.webp");'>
  393.  <div class="hero-text">
  394.    <h1 id='NavMain'>Tyne and Wear Metro</h1>
  395.  
  396.    <p id='NavSub'>Tyne and Wear Metro is a train simulator game based in Newcastle-upon-Tyne, England. The map contains the stations in reality with trains running from South Gosforth to Gateshead Station daily, giving you the rare opportunity to see what they look like in real life!<br>
  397.    </p>
  398.  
  399.    <a href="https://www.roblox.com/games/1250197512/Tyne-and-Wear-Metro"><button class="button-43">Play</button></a>
  400.  
  401.  </div>
  402. </div>
  403.  
  404. <div class="hero-image" style='background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  405. url("https://www.lm2606.co.uk/images/hero3.webp");'>
  406.  <div class="hero-text">
  407.    <h1 id='NavMain'>Social</h1>
  408.  
  409.    <p id='NavSub'>You can find us on social media using the following buttons:<br>
  410.    </p>
  411.  
  412.    <a href="https://www.youtube.com/@Lm2606sProjects"><button class="button-43">YouTube</button></a>
  413.    <a href="https://www.tiktok.com/@lm2606sprojects"><button class="button-43">TikTok</button></a>
  414.  
  415.  </div>
  416. </div>
  417. <div class="footer">
  418. <p>© Lm2606 2025</p>
  419. <p><a href="privacy">Privacy Policy</a></p>
  420. </div>
  421. </body>
  422. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda