<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="./style/hud.css"> </head> <body> <img class="background" id="backid" src="./image/background/0.png" /> <img class="guns" id="gunid" src="./image/guns/0.png" width="100px" /> <img class="wanteds" id="wanted" src="./image/wanted/wanted-0.png" width="100px" /> <div class="hud_selector"> <progress class="health_style" id="health" max="100" value="0"></progress> <progress class="armour_style" id="armour" max="100" value="0"></progress> <p align="right" class="money_text" id="money">0</p> <p align="center" class="ammo_text" id="ammo">0/0</p> </div> <script src="./js/hud.js"></script> </body> </html>
Вход
Регистрация
Помощь












