novo
All checks were successful
/ angular (push) Successful in 19s

This commit is contained in:
filip.kranjec 2025-08-16 21:40:14 +02:00
parent b7c28b6c92
commit 1e2fc9170e

View file

@ -1,8 +1,13 @@
<div id="nav"> <div id="nav">
<img src="../../assets/images/logo.png" alt="TFTPaths"> <img src="../../assets/images/logo.png" alt="TFTPaths" />
<span>Teamfight Tactics champions sinergies and combinations.</span> <span>Teamfight Tactics champions sinergies and combinations new.</span>
</div> </div>
<<router-outlet></router-outlet>> <<router-outlet></router-outlet>>
<div id="footer"> <div id="footer">
<span>This is a open source project. Make changes and create a merge request: <a href="https://github.com/Jazhann/TFTPaths" target="_blank">repository</a></span> <span
>This is a open source project. Make changes and create a merge request:
<a href="https://github.com/Jazhann/TFTPaths" target="_blank"
>repository</a
></span
>
</div> </div>