created favicons

This commit is contained in:
KZacharski 2023-08-28 09:21:10 +02:00
parent 4c7ac3e1d8
commit 6d22738bb4
1 changed files with 96 additions and 0 deletions

96
docs/docs/favicons.html Normal file
View File

@ -0,0 +1,96 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Favicons - diji docs</title>
<link rel="icon" type="image" href="./assets/favicon.png">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="./assets/prism.css">
<script src="script.js"></script>
<script src="./assets/prism.js"></script>
<meta name="theme-color" content="#000000" />
</head>
<body>
<div class="hhh">
<div class="navbar">
<img onclick="openNav()" class="navicon" src="./assets/ic_fluent_navigation_24_filled.svg" height="25px">
<a href="./index.html"><img src="./assets/dijidocs.png" height="40px" style="display: block;"></a>
</div>
<div class="content">
<div class="anotherfuckingcontainer iafc">
<h1 class="t1">Favicons</h1>
<h3 class="t2">Last edited: 28 August 2023<br><a href="https://github.com/KZacharski/diji/blob/github-files/docs/docs/favicons.html" class="linkeffect ghlink">Open on GitHub</a></h3>
<p>Every project you create with diji has a favicon added to it. By default it's the diji logo but you can change that and use for example your logo instead. To replace the default favicon, open the <code class="language-plaintext">diji-config</code> folder in the location you installed diji in. Inside you will see 3 files with one of them being <code class="language-plaintext">defaultfav.png</code>. Replace that file with the image you want to use as the default favicon. Now every project you create with diji will use that favicon.</p>
<div class="container2">
<div class="prev ge">
<a href="./installation.html" style="text-decoration: none; color: white; height: 100%; width: 100%;">
<div style="width: 100%; height: 100%; display: flex; align-items: center;">
<div class="nextcontentparent">
<div class="getstartedcontent">
<img src="./assets/ic_fluent_chevron_left_24_filled.svg" height="30px" class="gep nep2">
<h3 class="gep nep">Installation</h3>
<p class="gep gepar nepar">Previous page</p>
</div>
</div>
</div>
</a>
</div>
<div class="next ge">
<a href="./configuration.html" style="text-decoration: none; color: white; height: 100%; width: 100%;">
<div style="width: 100%; height: 100%; display: flex; align-items: center; justify-content: right; text-align: right;">
<div class="nextcontentparent">
<div class="getstartedcontent">
<div style="display: flex; justify-content: right;">
<img src="./assets/ic_fluent_chevron_right_24_filled.svg" height="30px" class="gep nep2">
</div>
<h3 class="gep nep">Configuration</h3>
<p class="gep gepar nepar">Next page</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="drawer" class="navdrawer">
<img src="./assets/dijidocs.png" height="40px" class="logodrawer">
<a href="javascript:void(0)" class="closebtn navdrawera" onclick="closeNav()"><img src="./assets/ic_fluent_chevron_left_24_filled.svg" width="30px"></a>
<a href="./index.html" class="navdrawerlink">Homepage</a>
<a href="./introduction.html" class="navdrawerlink">Introduction</a>
<a href="./installation.html" class="navdrawerlink">Installation</a>
<a href="#" class="navdrawerlinkactive">Favicons</a>
<a href="./configuration.html" class="navdrawerlink">Configuration</a>
<a href="./open-source.html" class="navdrawerlink">Open source</a>
<a href="./roadmap.html" class="navdrawerlink">Roadmap</a>
<div style="height: 60px;"></div>
<!--<div class="drawerbottomlinks">
<div class="blc">
<a class="bottomlink" href="https://diji.puffercat.xyz">Main website ></a>
<a class="bottomlink" href="https://github.com/KZacharski/diji">GitHub ></a>
<a class="bottomlink" href="https://github.com/KZacharski/diji/tree/github-files/docs/docs">Docs GitHub ></a>
</div>
</div>-->
</div>
<div id="drawerbg" class="navdrawerbg" onclick="closeNav()"></div>
</div>
<div class="footer">
<p class="ftrtext">Created by <a href="https://puffercat.xyz" class="footerlink">KZacharski (Puffercat)</a></p>
<p class="ftrtext"><a href="https://diji.puffercat.xyz" class="footerlink">Project created with diji 1.1</a></p>
<p class="ftrtext"><a href="https://diji.puffercat.xyz" class="footerlink ftlpadding">Main website</a> <a href="https://github.com/KZacharski/diji" class="footerlink ftlpadding">GitHub</a> <a href="https://github.com/KZacharski/diji/tree/github-files/docs/docs" class="footerlink ftlpadding">Docs Github</a></p>
</div>
</body>
</html>