thanhnv2323 commited on
Commit
dee5f11
1 Parent(s): 95d8464

Upload 402 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +13 -0
  2. README.md +28 -12
  3. api/.DS_Store +0 -0
  4. api/ieltsonline.com/.DS_Store +0 -0
  5. api/ieltsonline.com/academic/index.html +0 -0
  6. api/ieltsonline.com/courses/.DS_Store +0 -0
  7. api/ieltsonline.com/courses/ielts-listening/index.html +0 -0
  8. api/ieltsonline.com/courses/ielts-reading/index.html +0 -0
  9. api/ieltsonline.com/courses/improve-your-ielts-academic-writing-score/index.html +0 -0
  10. api/ieltsonline.com/courses/improve-your-ielts-general-training-reading-score/index.html +0 -0
  11. api/ieltsonline.com/courses/improve-your-ielts-general-writing-score/index.html +0 -0
  12. api/ieltsonline.com/courses/improve-your-ielts-speaking-score/index.html +0 -0
  13. api/ieltsonline.com/general-training/index.html +0 -0
  14. api/ieltsonline.com/index.html +0 -0
  15. api/ieltsonline.com/lessons/.DS_Store +0 -0
  16. api/ieltsonline.com/lessons/answering-part-1/index.html +0 -0
  17. api/ieltsonline.com/lessons/answering-part-2/index.html +0 -0
  18. api/ieltsonline.com/lessons/answering-part-3/index.html +0 -0
  19. api/ieltsonline.com/lessons/band-descriptors-2/comment-page-303/index.html +0 -0
  20. api/ieltsonline.com/lessons/band-descriptors-2/comment-page-304/index.html +0 -0
  21. api/ieltsonline.com/lessons/band-descriptors-2/comment-page-305/index.html +0 -0
  22. api/ieltsonline.com/lessons/band-descriptors-2/comment-page-306/index.html +0 -0
  23. api/ieltsonline.com/lessons/band-descriptors-2/comment-page-307/index.html +0 -0
  24. api/ieltsonline.com/lessons/band-descriptors-2/comment-page-308/index.html +0 -0
  25. api/ieltsonline.com/lessons/band-descriptors-2/comment-page-309/index.html +0 -0
  26. api/ieltsonline.com/lessons/band-descriptors-2/index.html +0 -0
  27. api/ieltsonline.com/lessons/check-your-knowledge-2/index.html +0 -0
  28. api/ieltsonline.com/lessons/check-your-knowledge-3/index.html +0 -0
  29. api/ieltsonline.com/lessons/check-your-knowledge-4/index.html +0 -0
  30. api/ieltsonline.com/lessons/check-your-knowledge-5/index.html +0 -0
  31. api/ieltsonline.com/lessons/check-your-knowledge-6/index.html +0 -0
  32. api/ieltsonline.com/lessons/check-your-knowledge-7/index.html +0 -0
  33. api/ieltsonline.com/lessons/coherence-and-cohesion-3/index.html +0 -0
  34. api/ieltsonline.com/lessons/coherence-and-cohesion-5/index.html +0 -0
  35. api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-85/index.html +0 -0
  36. api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-86/index.html +0 -0
  37. api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-87/index.html +0 -0
  38. api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-88/index.html +0 -0
  39. api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-89/index.html +0 -0
  40. api/ieltsonline.com/lessons/common-strategies-for-all-questions/index.html +0 -0
  41. api/ieltsonline.com/lessons/congratulations-on-completing-the-course/index.html +0 -0
  42. api/ieltsonline.com/lessons/congratulations-on-course-completion/index.html +0 -0
  43. api/ieltsonline.com/lessons/course-overview-2/comment-page-360/index.html +0 -0
  44. api/ieltsonline.com/lessons/course-overview-2/comment-page-361/index.html +0 -0
  45. api/ieltsonline.com/lessons/course-overview-2/comment-page-362/index.html +0 -0
  46. api/ieltsonline.com/lessons/course-overview-2/comment-page-363/index.html +0 -0
  47. api/ieltsonline.com/lessons/course-overview-2/comment-page-364/index.html +0 -0
  48. api/ieltsonline.com/lessons/course-overview-2/index.html +0 -0
  49. api/ieltsonline.com/lessons/course-overview-3/comment-page-444/index.html +0 -0
  50. api/ieltsonline.com/lessons/course-overview-3/comment-page-445/index.html +0 -0
.gitignore ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .vercel
2
+ *.log
3
+ *.pyc
4
+ __pycache__
5
+
6
+ # Environments
7
+ .env
8
+ .venv
9
+ env/
10
+ venv/
11
+ ENV/
12
+ env.bak/
13
+ venv.bak/
README.md CHANGED
@@ -1,12 +1,28 @@
1
- ---
2
- title: Statics Server
3
- emoji: 😻
4
- colorFrom: indigo
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 3.33.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fpython%2Fflask&demo-title=Flask%20%2B%20Vercel&demo-description=Use%20Flask%202%20on%20Vercel%20with%20Serverless%20Functions%20using%20the%20Python%20Runtime.&demo-url=https%3A%2F%2Fflask-python-template.vercel.app%2F&demo-image=https://assets.vercel.com/image/upload/v1669994156/random/flask.png)
2
+
3
+ # Flask + Vercel
4
+
5
+ This example shows how to use Flask 2 on Vercel with Serverless Functions using the [Python Runtime](https://vercel.com/docs/concepts/functions/serverless-functions/runtimes/python).
6
+
7
+ ## Demo
8
+
9
+ https://flask-python-template.vercel.app/
10
+
11
+ ## How it Works
12
+
13
+ This example uses the Web Server Gateway Interface (WSGI) with Flask to enable handling requests on Vercel with Serverless Functions.
14
+
15
+ ## Running Locally
16
+
17
+ ```bash
18
+ npm i -g vercel
19
+ vercel dev
20
+ ```
21
+
22
+ Your Flask application is now available at `http://localhost:3000`.
23
+
24
+ ## One-Click Deploy
25
+
26
+ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):
27
+
28
+ [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fpython%2Fflask&demo-title=Flask%20%2B%20Vercel&demo-description=Use%20Flask%202%20on%20Vercel%20with%20Serverless%20Functions%20using%20the%20Python%20Runtime.&demo-url=https%3A%2F%2Fflask-python-template.vercel.app%2F&demo-image=https://assets.vercel.com/image/upload/v1669994156/random/flask.png)
api/.DS_Store ADDED
Binary file (6.15 kB). View file
 
api/ieltsonline.com/.DS_Store ADDED
Binary file (10.2 kB). View file
 
api/ieltsonline.com/academic/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/courses/.DS_Store ADDED
Binary file (10.2 kB). View file
 
api/ieltsonline.com/courses/ielts-listening/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/courses/ielts-reading/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/courses/improve-your-ielts-academic-writing-score/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/courses/improve-your-ielts-general-training-reading-score/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/courses/improve-your-ielts-general-writing-score/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/courses/improve-your-ielts-speaking-score/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/general-training/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/.DS_Store ADDED
Binary file (38.9 kB). View file
 
api/ieltsonline.com/lessons/answering-part-1/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/answering-part-2/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/answering-part-3/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/band-descriptors-2/comment-page-303/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/band-descriptors-2/comment-page-304/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/band-descriptors-2/comment-page-305/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/band-descriptors-2/comment-page-306/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/band-descriptors-2/comment-page-307/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/band-descriptors-2/comment-page-308/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/band-descriptors-2/comment-page-309/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/band-descriptors-2/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/check-your-knowledge-2/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/check-your-knowledge-3/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/check-your-knowledge-4/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/check-your-knowledge-5/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/check-your-knowledge-6/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/check-your-knowledge-7/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/coherence-and-cohesion-3/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/coherence-and-cohesion-5/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-85/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-86/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-87/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-88/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/common-strategies-for-all-questions/comment-page-89/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/common-strategies-for-all-questions/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/congratulations-on-completing-the-course/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/congratulations-on-course-completion/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/course-overview-2/comment-page-360/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/course-overview-2/comment-page-361/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/course-overview-2/comment-page-362/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/course-overview-2/comment-page-363/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/course-overview-2/comment-page-364/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/course-overview-2/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/course-overview-3/comment-page-444/index.html ADDED
The diff for this file is too large to render. See raw diff
 
api/ieltsonline.com/lessons/course-overview-3/comment-page-445/index.html ADDED
The diff for this file is too large to render. See raw diff