renamed weapons.html to weapon.html

This commit is contained in:
Frederik Palmø 2022-04-07 01:37:00 +02:00
parent 2fb981ccdd
commit cfe9991ece
3 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
</article> </article>
<article> <article>
<a href="/weapons.html"> <a href="/weapon.html">
<h3>Weapon Finder</h3> <h3>Weapon Finder</h3>
<br /> <br />
<p>Get suggestions for usable weapons.</p> <p>Get suggestions for usable weapons.</p>

View File

@ -19,7 +19,7 @@
/> />
<meta property="og:url" content="https://erdtree.palmoe.dk" /> <meta property="og:url" content="https://erdtree.palmoe.dk" />
<!-- scripts --> <!-- scripts -->
<script src="/script/weapons.js"></script> <script src="/script/weapon.js"></script>
</head> </head>
<body onload="init();"> <body onload="init();">
<nav> <nav>