Skip to content

Commit

Permalink
Merge pull request #13 from DSDmark/feature/DSDmark_new-ui
Browse files Browse the repository at this point in the history
update files
  • Loading branch information
DSDmark authored Apr 29, 2023
2 parents f1ff9b4 + 235772a commit b9cbf89
Show file tree
Hide file tree
Showing 48 changed files with 2,883 additions and 743 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_BASE_URL=https://api.github.com/users/
11 changes: 0 additions & 11 deletions .prettierrc

This file was deleted.

27 changes: 0 additions & 27 deletions .replit

This file was deleted.

128 changes: 0 additions & 128 deletions CODE_OF_CONDUCT.md

This file was deleted.

97 changes: 0 additions & 97 deletions CONTRIBUTING.md

This file was deleted.

1 change: 0 additions & 1 deletion LEARN.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

72 changes: 0 additions & 72 deletions README.md

This file was deleted.

16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SimpleWeb</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>
Loading

0 comments on commit b9cbf89

Please sign in to comment.