-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
5,215 additions
and
856 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" type="image/svg+xml" href="/src/images/favicon.ico" /> | ||
|
||
<link rel="icon" type="image/svg+xml" href="/src/images/favicon.svg" /> | ||
<title>PetEats</title> | ||
</head> | ||
|
||
<title>draft | PetEats</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
|
||
<body> | ||
<div id="root"></div> | ||
|
||
<script type="module" src="/src/main.jsx"></script> | ||
</body> | ||
|
||
</html> | ||
<script type="module" src="/src/main.jsx"></script> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
.______ _______ .___________. _______ ___ .___________. _______. | ||
| _ \ | ____|| || ____| / \ | | / | | ||
| |_) | | |__ `---| |----`| |__ / ^ \ `---| |----` | (----` | ||
| ___/ | __| | | | __| / /_\ \ | | \ \ | ||
| | | |____ | | | |____ / _____ \ | | .----) | | ||
| _| |_______| |__| |_______/__/ \__\ |__| |_______/ | ||
|
||
|
||
ASCII generated by http://www.network-science.de/ascii/ | ||
|
||
恭喜你找到這份文件! (ノ◕ヮ◕)ノ*:・゚✧ | ||
底下是本站背後的團隊以及使用的技術 | ||
如果有任何的疑問,還請不吝與我們聯絡 | ||
感謝觀賞 <(_ _)> | ||
|
||
─────────────────────────────────────────────────────────────────────── | ||
|
||
/* TEAM */ | ||
Aya (Front-End Developer) | ||
GitHub: https://github.com/Aya-X | ||
Mail: ayaxong@gmail.com | ||
|
||
Chiaoan (Back-End Developer) | ||
GitHub: https://github.com/oriku0322 | ||
Mail: yuuya82323@gmail.com | ||
|
||
|
||
|
||
/* SUPPORT */ | ||
|
||
Poka (UI Designer) | ||
Site: https://53artwokerstudio.github.io/Hsiao-Yong-Ling-s-Profile | ||
Mail: 53artworkerstudio@gmail.com | ||
|
||
|
||
Justin (Coach) | ||
Site: https://rocketcamp.kktix.cc | ||
|
||
|
||
|
||
廖洧杰 (Coach) | ||
GitHub: https://github.com/gonsakon | ||
|
||
|
||
|
||
/* SITE */ | ||
Technology: React, React Router, Vite, | ||
Source code: https://github.com/rockets-coding/project-peteats-2022 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.