mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Fix lang attribute, typos, and missing p-closing tags in phobia and tcm
This commit is contained in:
+2
-2
@@ -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
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user