Cristiano Magro
10 days ago b4849707f7cd990a76061f4fa4bf71b66cae0f76
commit | author | age
38b8f3 1 <!DOCTYPE html>
CM 2 <html lang="en">
3   <head>
4     <meta charset="UTF-8" />
5     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6     <title>A First App</title>
7     <link rel="stylesheet" href="styles.css" />
8   </head>
9   <body>
10     <div id="app">
11       <div>
12         <label for="goal">Goal</label>
13         <input type="text" id="goal" />
14         <button>Add Goal</button>
15       </div>
16       <ul>
17        
18       </ul>
19     </div>
20     <script src="app.js"></script>
21   </body>
22 </html>