Skip to content

Instantly share code, notes, and snippets.

@PCreations
Created May 31, 2024 16:17
Show Gist options
  • Save PCreations/8d745e80c907e26db8cb5a2082652364 to your computer and use it in GitHub Desktop.
Save PCreations/8d745e80c907e26db8cb5a2082652364 to your computer and use it in GitHub Desktop.
8ef2017007b7.diff
-11,11 +11,15 @@ export class AppController {
<!DOCTYPE html>
<html>
<head>
- <title>Crafty Reads</title>
+ <title>Crafty Reads</title>
</head>
<body>
- <p>Hello, World!</p>
-</body>
+ <form>
+ <label for="title">Title</label>
+ <input type="text" id="title" name="title">
+ <button type="submit">Add book</button>
+ </form>
+ </body>
</html>`;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment