updated the name of the list so it is feel

This commit is contained in:
2026-03-29 17:26:10 -05:00
committed by GitHub
parent b3d92b5f6e
commit 34d34fc890
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Lightweight multi-page handler for GD Demand List
// Lightweight multi-page handler for GD fedl
(function(){
function qs(id){return document.getElementById(id)}
+3 -3
View File
@@ -3,12 +3,12 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>GD Demand List</title>
<title>GD fedl</title>
<link rel="stylesheet" href="styles.css">
</head>
<body data-page="index">
<header>
<h1>GD Demand List</h1>
<h1>GD fedl</h1>
<nav>
<a href="players.html">Players</a>
<a href="lists.html">Lists</a>
@@ -17,7 +17,7 @@
<main>
<section class="panel">
<h2>Welcome</h2>
<p class="small muted">Use the top navigation to view players or demand lists. This UI follows a compact table-first layout for quick browsing.</p>
<p class="small muted">Use the top navigation to view players or fedls. This UI follows a compact table-first layout for quick browsing.</p>
</section>
<section class="layout">
<div class="panel" style="flex:1">
+2 -2
View File
@@ -3,12 +3,12 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Lists — GD Demand List</title>
<title>Lists — GD fedl</title>
<link rel="stylesheet" href="styles.css">
</head>
<body data-page="lists">
<header>
<h1>Demand Lists</h1>
<h1>fedls</h1>
<nav>
<a href="index.html">Home</a>
<a href="players.html">Players</a>
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Players — GD Demand List</title>
<title>Players — GD fedl</title>
<link rel="stylesheet" href="styles.css">
</head>
<body data-page="players">