Untitled
unknown
html
a year ago
472 B
6
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hypixel Player Collections</title> <link rel="stylesheet" href="/src/style.css"> </head> <body> <script type="module" src="main.js"></script> <label for="Name">Player</label> <input type="text" id="Name" name="Name"> <button class ="collButton" >Fetch Collections</button> </body> </html>
Editor is loading...
Leave a Comment