first commit
This commit is contained in:
parent
565f377964
commit
4b84995888
2 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@ Inspired by Omega namager for the template.
|
|||
|
||||
[example live page](https://dayz.echosystem.fr/server/Namalsk2)
|
||||
|
||||
![https://git.echosystem.fr/Erreur32/DayZ-Stat-Server/raw/master/Screenshot_2021-02-01.png](https://git.echosystem.fr/Erreur32/DayZ-Stat-Server/raw/master/Screenshot_2021-02-01.png)
|
||||
![https://git.echosystem.fr/Erreur32/DayZ-Stat-Server/raw/master/assets/Screenshot_2021-02-01.png](https://git.echosystem.fr/Erreur32/DayZ-Stat-Server/raw/master/assets/Screenshot_2021-02-01.png)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ $sec = "300";
|
|||
<meta name="author" content="Erreur32">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
||||
<meta name="keyword" content="tox,server,dayz,map,namalsk,namalsk island">
|
||||
<link id="theme-style" href="./style_dark.css" rel="stylesheet">
|
||||
<link id="theme-style" href="css/style_dark.css" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
.tab-content {
|
||||
|
@ -687,8 +687,8 @@ $sec = "300";
|
|||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
||||
<script src="./bootstrap.min.js"></script>
|
||||
<script src="./graph_loader.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="js/graph_loader.js"></script>
|
||||
<script src="js/switch.js"></script>
|
||||
<!-- menu deroulant -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||
|
@ -778,7 +778,7 @@ $sec = "300";
|
|||
|
||||
|
||||
<!-- not implanted -->
|
||||
<link rel="stylesheet" type="text/css" href="dark.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/dark.css" />
|
||||
<!-- Dark Theme -->
|
||||
<script>
|
||||
$("#darkTrigger").click(function(){
|
||||
|
|
Loading…
Reference in a new issue