Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
joosudev committed Dec 15, 2023
1 parent 971dfcb commit 56428b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="style.css">
<title>APIGIPHY</title>
</head>
<body>
<h1 class="degradado">JDevWill</h1>


<script src="/api.js"></script>
<script src="api.js"></script>
</body>
</html>

0 comments on commit 56428b8

Please sign in to comment.