Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Tam's Pokemon</title>
- <link rel="stylesheet" href="bootstrap.css">
- <script src="jquery-3.5.0.min.js"></script>
- <script src="app.js"></script>
- </head>
- <body>
- <div class="container">
- <h1>Pokemon</h1>
- <button class="btn btn-primary" id="get-pokemon-button">Get Pokemon</button>
- <div id="poke-list"></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement