rename script files
This commit is contained in:
parent
3ebe0c9c38
commit
c20e075038
4 changed files with 11 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="script/cookies.js"></script>
|
||||
<script src="script/script.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody id="userRepo">
|
||||
<script src="script/githubapi.js"></script>
|
||||
<script src="script/script.js"></script>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
|
@ -69,6 +69,15 @@
|
|||
<a href="./ip-grabber/">https://arrayinamatrix.xyz/index/projects/ip-grabber/</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Number System Converter (web)</td>
|
||||
<td>
|
||||
Converts decimal numbers into other bases!
|
||||
</td>
|
||||
<td>
|
||||
<a href="./nsc-web/">https://arrayinamatrix.xyz/index/projects/nsc-web/</a>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<td>Other Projects</td>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Reference in a new issue