<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/checkmark.css"> <title>CS:GO Hub</title> </head> <body> <div class="navbar"> <ul> <li style="float:right"><img alt="avatar" src="{{.DiscordAvatar}}" width="50" height="50px"></li> <li style="float:right"><span class="name"><b>{{.DiscordName}}</b></span></li> </ul> </div> <div class="login"> <h1>{{.Status}}</h1> <br> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130.2 130.2"> <circle class="path circle" fill="none" stroke="#73AF55" stroke-width="6" stroke-miterlimit="10" cx="65.1" cy="65.1" r="62.1"/> <polyline class="path check" fill="none" stroke="#73AF55" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/> </svg> </div> <div class="footer"> <p><i>This site is not associated with Valve Corp.</i></p> </div> </body> </html>