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(){
|
||||||
function qs(id){return document.getElementById(id)}
|
function qs(id){return document.getElementById(id)}
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -3,12 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<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">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body data-page="index">
|
<body data-page="index">
|
||||||
<header>
|
<header>
|
||||||
<h1>GD Demand List</h1>
|
<h1>GD fedl</h1>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="players.html">Players</a>
|
<a href="players.html">Players</a>
|
||||||
<a href="lists.html">Lists</a>
|
<a href="lists.html">Lists</a>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
<main>
|
<main>
|
||||||
<section class="panel">
|
<section class="panel">
|
||||||
<h2>Welcome</h2>
|
<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>
|
||||||
<section class="layout">
|
<section class="layout">
|
||||||
<div class="panel" style="flex:1">
|
<div class="panel" style="flex:1">
|
||||||
|
|||||||
+2
-2
@@ -3,12 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<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">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body data-page="lists">
|
<body data-page="lists">
|
||||||
<header>
|
<header>
|
||||||
<h1>Demand Lists</h1>
|
<h1>fedls</h1>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
<a href="players.html">Players</a>
|
<a href="players.html">Players</a>
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<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">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body data-page="players">
|
<body data-page="players">
|
||||||
|
|||||||
Reference in New Issue
Block a user