Create a best quality HTML CSS CMS Page to update a detail of a game suggestion and style it as best as you can. It has some fields and can show or edit. - uid: cannot editable. - name: editable - string. - url: editable - string. - note: editable - string. - status: editable - selection: pending/processing/closed/added. - dev_note: editable - string. - created_at: cannot editable/ readonly - datetime. - game_uid: editable - string. - vote: cannot editable/ readonly - integer. And it will have two buttons to update and delete it. When click delete, it should show prompt to confirm. And write for me a basic api template to update and delete it. And it should show loading when waiting for api response. Also get all value and editable and send them to api. Write all in single HTML file and send me.