Fix lang attribute, typos, and missing p-closing tags in phobia and tcm

This commit is contained in:
2026-09-12 15:49:18 +02:00
parent b88e06a7f6
commit 36e64f1899
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -169,7 +169,7 @@
<div class="program-description"> <div class="program-description">
<p><b>Phobia Welcome Intro</b></p> <p><b>Phobia Welcome Intro</b></p>
<p><a href="#" onclick="openLightbox()">YouTube Video of the Intro</a></p> <p><a href="#" onclick="openLightbox()">YouTube Video of the Intro</a></p>
<p><a href="https://github.com/skoelle/dos-phobia-welcome-intro" target="_blank">Github Sourcecode</a></p> <p><a href="https://github.com/skoelle/dos-phobia-welcome-intro" target="_blank">GitHub Source Code</a></p>
</div> </div>
</div> </div>
<div class="program-info"> <div class="program-info">
+3 -3
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -143,7 +143,7 @@
<img src="play.png" alt="YouTube Logo" class="youtube-logo"> <img src="play.png" alt="YouTube Logo" class="youtube-logo">
</a> </a>
</div> </div>
<p>This Pascal program is a demo that displays animated stars and text on the screen, along with playing sound effects. <p>This Pascal program is a demo that displays animated stars and text on the screen, along with playing sound effects.</p>
<table> <table>
<tr> <tr>
<th>Component</th> <th>Component</th>
@@ -221,7 +221,7 @@
</a> </a>
</div> </div>
<p>This Pascal program is a demo that displays a menu with animated text and graphics, along with playing sound effects. <p>This Pascal program is a demo that displays a menu with animated text and graphics, along with playing sound effects.</p>
<table> <table>
<tr> <tr>
<th>Component</th> <th>Component</th>