updated the name of the list to fedl
This commit is contained in:
@@ -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
@@ -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
@@ -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
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user