SDL: Removed redundant information in example pages

https://github.com/libsdl-org/SDL/commit/c4f2f7b352bd40bba0d30c3312564c0deb51c058

From c4f2f7b352bd40bba0d30c3312564c0deb51c058 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 11 Jan 2025 09:36:31 -0800
Subject: [PATCH] Removed redundant information in example pages

This is large text and is already covered by the header and breadcrumb
---
 examples/template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/template.html b/examples/template.html
index 524aba9c538ad..3e43946438197 100644
--- a/examples/template.html
+++ b/examples/template.html
@@ -207,7 +207,7 @@
             <li><a href="/@project_name@/@category_name@/@example_name@">@example_name@</a></li>
           </ul>
         </nav>
-        <h1>@project_name@ example: @category_name@/@example_name@</h1>
+        <hr/>
         <div id="example-description">@description@</div>
         <div class="canvas-container">
           <canvas