|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <meta name="viewport" content="width=device-width" /> |
7 | 7 | <link rel="stylesheet" href="index.css" /> |
8 | 8 | <title>Recipe For Success</title> |
9 | 9 | <link rel="preconnect" href="https://fonts.googleapis.com" /> |
@@ -98,38 +98,34 @@ <h1 aria-label="app text" class="headline"> |
98 | 98 | <div id="loading-indicator"></div> |
99 | 99 | <h3 id="loading-text">Creating Recipe...</h3> |
100 | 100 | </div> |
101 | | - |
102 | | - |
103 | 101 |
|
104 | 102 | <!-- <label for="user-email">Enter you email address</label> --> |
105 | 103 | <button class="try-again-btn">Try again</button> |
106 | 104 | </main> |
107 | 105 | <div class="test"> |
108 | 106 | <section |
109 | | - aria-label="gpt-response" |
110 | | - class="gpt-response preserve-line-breaks" |
111 | | - |
112 | | - ></section> |
113 | | - <button class="want-another-recipe">I want another recipe</button> |
114 | | - <button |
115 | | - class="send-recipe-to-user-inbox" |
116 | | - name="do_we_email_user" |
117 | | - value="false" |
118 | | - > |
119 | | - send recipe to my in |
120 | | - </button> |
121 | | - <section class="email-section"> |
122 | | - <input |
123 | | - type="email" |
124 | | - id="user-email" |
125 | | - class="" |
126 | | - name="user_email_address" |
127 | | - placeholder="sophie@example.com" |
128 | | - /> |
129 | | - <i class="fa fa-paper-plane" aria-hidden="true" fa-lg></i> |
130 | | - <!-- <button class="send-email-btn">send</button> --> |
131 | | - </section> |
132 | | - |
| 107 | + aria-label="gpt-response" |
| 108 | + class="gpt-response preserve-line-breaks" |
| 109 | + ></section> |
| 110 | + <button class="want-another-recipe">I want another recipe</button> |
| 111 | + <button |
| 112 | + class="send-recipe-to-user-inbox" |
| 113 | + name="do_we_email_user" |
| 114 | + value="false" |
| 115 | + > |
| 116 | + send recipe to my in |
| 117 | + </button> |
| 118 | + <section class="email-section"> |
| 119 | + <input |
| 120 | + type="email" |
| 121 | + id="user-email" |
| 122 | + class="" |
| 123 | + name="user_email_address" |
| 124 | + placeholder="sophie@example.com" |
| 125 | + /> |
| 126 | + <i class="fa fa-paper-plane" aria-hidden="true" fa-lg></i> |
| 127 | + <!-- <button class="send-email-btn">send</button> --> |
| 128 | + </section> |
133 | 129 | </div> |
134 | 130 | </div> |
135 | 131 | <script src="index.js"></script> |
|
0 commit comments