Compare commits
No commits in common. "main" and "saasprj" have entirely different histories.
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM nginx:alpine
|
||||
COPY ./*.html /usr/share/nginx/html/
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
1775
about.html
Normal file
1775
about.html
Normal file
File diff suppressed because it is too large
Load Diff
1775
contact.html
Normal file
1775
contact.html
Normal file
File diff suppressed because it is too large
Load Diff
1774
contact_form.html
Normal file
1774
contact_form.html
Normal file
File diff suppressed because it is too large
Load Diff
1774
forgot_password.html
Normal file
1774
forgot_password.html
Normal file
File diff suppressed because it is too large
Load Diff
1786
index.html
Normal file
1786
index.html
Normal file
File diff suppressed because it is too large
Load Diff
1774
login.html
Normal file
1774
login.html
Normal file
File diff suppressed because it is too large
Load Diff
1774
privacy_policy.html
Normal file
1774
privacy_policy.html
Normal file
File diff suppressed because it is too large
Load Diff
1774
question_1.html
Normal file
1774
question_1.html
Normal file
File diff suppressed because it is too large
Load Diff
1774
question_2.html
Normal file
1774
question_2.html
Normal file
File diff suppressed because it is too large
Load Diff
1775
services.html
Normal file
1775
services.html
Normal file
File diff suppressed because it is too large
Load Diff
1774
sign_up.html
Normal file
1774
sign_up.html
Normal file
File diff suppressed because it is too large
Load Diff
1774
terms_and_conditions.html
Normal file
1774
terms_and_conditions.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user