Skip to content

Commit

Permalink
oius
Browse files Browse the repository at this point in the history
  • Loading branch information
byMrSoul committed Jul 14, 2024
1 parent 9584a50 commit 23f0d13
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 250 deletions.
116 changes: 51 additions & 65 deletions commands.html
Original file line number Diff line number Diff line change
@@ -1,56 +1,55 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Legion Killfeed Commands</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Sharp" rel="stylesheet">
<link rel="stylesheet" href="./static/style.css">
<link rel="icon" type="image/x-icon" href="./static/favicon.ico">

<!-- OpenGraph Meta Tags -->
<meta property="og:title" content="🎛️ Commands & Usage">
<meta property="og:image" content="https://legionkillfeed.github.io/DayZ/static/Legion.png">
<meta property="og:url" content="https://legionkillfeed.github.io/DayZ/commands">
<meta property="og:type" content="website">
<meta property="og:image:alt" content="Legion Killfeed Logo">
<meta property="og:locale" content="en_US">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta name="theme-color" content="#ba9849">

<!-- oEmbed Link -->
<link type="application/json+oembed" href="https://legionkillfeed.github.io/DayZ/static/discord_embed.json" />

<meta name="title" content="Legion Killfeed for DayZ">
<meta name="description" content="Commands & Usage">
<meta name="keywords"
content="Legion Killfeed, killfeed, commands, discord bot, DayZ bot, DayZ tools, DayZOffline, DayZ community, DayZ killfeed, DayZkillfeed.com, skynet killfeed, DayZ++, Legion DayZ, Legion DayZ Killfeed, skynet, DayZ, official, official DayZ">
<meta name="robots" content="index, follow">

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"name": "Legion Killfeed for DayZ",
"url": "https://legionkillfeed.github.io/DayZ/commands",
"potentialAction": {
"@type": "SearchAction",
"target": "https://legionkillfeed.github.io/DayZ/search?q={search_term_string}",
"query-input": "required name=search_term_string"
},
"image": "https://legionkillfeed.github.io/DayZ/static/Legion.png",
"description": "Commands & Usage",
"publisher": {
"@type": "Organization",
"name": "Legion Killfeed for DayZ",
"logo": {
"@type": "ImageObject",
"url": "https://legionkillfeed.github.io/DayZ/static/Legion.png"
}
}
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Legion Killfeed Commands</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Sharp" rel="stylesheet">
<link rel="stylesheet" href="./static/style.css">
<link rel="icon" type="image/x-icon" href="./static/favicon.ico">

<!-- OpenGraph Meta Tags -->
<meta property="og:title" content="🎛️ Commands & Usage">
<meta property="og:image" content="https://legionkillfeed.github.io/DayZ/static/Legion.png">
<meta property="og:url" content="https://legionkillfeed.github.io/DayZ/commands">
<meta property="og:type" content="website">
<meta property="og:image:alt" content="Legion Killfeed Logo">
<meta property="og:locale" content="en_US">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta name="theme-color" content="#ba9849">

<!-- oEmbed Link -->
<link type="application/json+oembed" href="https://legionkillfeed.github.io/DayZ/static/discord_embed.json" />

<meta name="title" content="Legion Killfeed for DayZ">
<meta name="description" content="Commands & Usage">
<meta name="keywords"
content="Legion Killfeed, killfeed, commands, discord bot, DayZ bot, DayZ tools, DayZOffline, DayZ community, DayZ killfeed, DayZkillfeed.com, skynet killfeed, DayZ++, Legion DayZ, Legion DayZ Killfeed, skynet, DayZ, official, official DayZ">
<meta name="robots" content="index, follow">

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"name": "Legion Killfeed for DayZ",
"url": "https://legionkillfeed.github.io/DayZ/commands",
"potentialAction": {
"@type": "SearchAction",
"target": "https://legionkillfeed.github.io/DayZ/search?q={search_term_string}",
"query-input": "required name=search_term_string"
},
"image": "https://legionkillfeed.github.io/DayZ/static/Legion.png",
"description": "Commands & Usage",
"publisher": {
"@type": "Organization",
"name": "Legion Killfeed for DayZ",
"logo": {
"@type": "ImageObject",
"url": "https://legionkillfeed.github.io/DayZ/static/Legion.png"
}
}
}
</script>
<style>
* {
box-sizing: border-box;
Expand Down Expand Up @@ -131,11 +130,6 @@
background-color: #000000;
color: #d1af64;
overflow-x: hidden;
transition: 0.5s; /* Added transition */
}

.sidenav.show {
left: 0; /* Show the sidebar */
}

/* Side navigation links */
Expand Down Expand Up @@ -231,12 +225,6 @@
}
}
</style>
<script>
function toggleMenu() {
var sidenav = document.querySelector(".sidenav");
sidenav.classList.toggle("show");
}
</script>
</head>
<body>

Expand All @@ -255,10 +243,9 @@ <h4><span class="logotext">Legion Killfeed</span></h4>
<a href="https://business.gov.au/planning/protect-your-brand-idea-or-creation/copyright"><span class="material-icons-sharp">copyright</span>Copyright 2024</a>
<a href="https://ko-fi.com/LegionKillfeed"><span class="material-icons-sharp">subscriptions</span>Subscribe/Pricing</a>
<a href="https://discord.gg/LegionKillfeed"><span class="material-icons-sharp">forum</span>Discord</a>

</div>

<div class="content">

<div class="container">
<div class="section">
<input type="text" id="searchInput" onkeyup="searchCommands()" placeholder="Search for commands...">
Expand Down Expand Up @@ -810,5 +797,4 @@ <h2>Player Commands</h2>
}
</script>
</body>

</html>
</html>
Loading

0 comments on commit 23f0d13

Please sign in to comment.