commit e52c57ce82938fefda42b7111ffa1592f8067150 Author: Enrique MP Date: Sat Apr 13 18:29:24 2024 +0200 First commit diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..dd0b1de --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,113 @@ + + + + + + AI Blog Generator + + + + + + + + +
+
+ + +
+
+ + +
+

Welcome to the AI Blog Generator

+

+ Generate high-quality blog articles from YouTube videos using artificial intelligence. + Simply enter the link to the YouTube video below and let the AI create the content for you! +

+
+ +
+ + +
+

Enter Youtube Video Link

+
+ + +
+
+ + + + + + +
+

Generated Blog Article

+
+ +
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/frontend/login.html b/frontend/login.html new file mode 100644 index 0000000..67fb30d --- /dev/null +++ b/frontend/login.html @@ -0,0 +1,45 @@ + + + + + + Login + + + + + + + +
+
+ + +
+

Login

+
+ + +
+ +
+ + +
+ + +
+ + +
+
+ + \ No newline at end of file diff --git a/frontend/signup.html b/frontend/signup.html new file mode 100644 index 0000000..59c5824 --- /dev/null +++ b/frontend/signup.html @@ -0,0 +1,56 @@ + + + + + + Signup + + + + + + + +
+
+ + +
+

Signup

+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + + +
+ + +
+
+ + \ No newline at end of file