Skip to content

Commit

Permalink
Create a hostable file setup
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed Jan 13, 2024
1 parent 42fbda7 commit b142259
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 689 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<title>IP Info</title>
<link rel="apple-touch-icon" sizes="180x180" href="./icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./icons/favicon-16x16.png">
<link rel="manifest" href="./icons/site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="icons/site.webmanifest">
<style>
html {
background: #212121;
Expand All @@ -26,7 +26,7 @@
color: #ff5858;
}
</style>
<script src="./api.js"></script>
<script src="api.js"></script>
</head>
<body>
<div id="data"></div>
Expand Down
Loading

0 comments on commit b142259

Please sign in to comment.