Help needed! I am trying to edit the user interface but all the code is in one line and I can't figure out how to decompile it back to its original state. Can anyone offer assistance with this?
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"><title>BroPixel Phone</title><link rel="preload" href="bankgothic.ttf" as="font" type="font/ttf" crossorigin/><link rel="preload" href="pdown.ttf" as="font" type="font/ttf" crossorigin/><style>@font-face{font-family:bankgothic;src:url(bankgothic.ttf);font-display:swap}@font-face{font-family:Pricedown;src:url(pdown.ttf);font-display:swap}</style><link href="2.chunk.css" rel="stylesheet"><link href="main.chunk.css" rel="stylesheet"></head><body><div id="hud"></div><div id="root" style="height:100%;position:relative;overflow:hidden"></div><script src="bundle.js"></script><script src="2.chunk.js"></script><script src="main.chunk.js"></script></body></html>