Skip to content

Commit

Permalink
modified: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phothinmg committed Mar 12, 2024
1 parent 4bcfa37 commit 8d4d09d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/application/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
});
console.log(b);
pre.innerHTML = `
<h1>Application <a href="/iana-media-type" style="text-decoration: none; margin-top: 5px"><i class="ti ti-home" style="font-size: larger; font-weight: bold;"></i></a> </h1>
<h1>Application
<a href= "." style="text-decoration: none; margin-top: 5px">
<i class="ti ti-home" style="font-size: larger; font-weight: bold;"></i></a>
</h1>
<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "iana-memi",
"name": "iana-media-type",
"version": "0.1.0",
"description": "IANA MIME types",
"main": "index.js",
Expand Down

0 comments on commit 8d4d09d

Please sign in to comment.