Hacked By AnonymousFox

Current Path : /home/missmand/public_html/gameapp/
Upload File :
Current File : /home/missmand/public_html/gameapp/profile.html

<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8">
        <meta name="robots" content="noindex nofollow" />
        <!--
        Customize this policy to fit your own app's needs. For more guidance, see:
            https://github.com/apache/cordova-plugin-whitelist/blob/master/README.md#content-security-policy
        Some notes:
            * gap: is required only on iOS (when using UIWebView) and is needed for JS->native communication
            * https://ssl.gstatic.com is required only on Android and is needed for TalkBack to function properly
            * Disables use of inline scripts in order to mitigate risk of XSS vulnerabilities. To change this:
                * Enable inline JS: add 'unsafe-inline' to default-src
        -->
        <meta http-equiv="Content-Security-Policy" content="default-src 'self' https://mandarine-game.azurewebsites.net data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *; img-src 'self' data: content:;">
        <meta name="format-detection" content="telephone=no">
        <meta name="msapplication-tap-highlight" content="no">
        <link rel="stylesheet" type="text/css" href="css/index.css">
        <title>Mandarine Game</title>
    </head>
    <body>
        <div class='main_container profilescreen_container'>
			
			<div class='menu_burger'>
				<div></div>
				<div></div>
				<div></div>
			</div>
			
            <h1>PROFIL</h1>

            <div class='profile_avatar'>
                <a href='avatar.html?profile'><img></a>
            </div>

            <h2>Nom</h2>
            <input type='text' class='player_name' autocomplete="off">

            <h2>Mes compétences</h2>
            
            <div class='gauge_container'>
                <div class='gauge'>
                    <div class='gauge_name'></div>
                    <div class='gauge_elem'>
                        <span class='gauge_bar_container'><span class='gauge_bar'></span></span>
                        <span class='gauge_value'></span><span class='gauge_max_value'>/100</span>
                    </div>
                    <div class='gauge_des'>
                        <span class='gauge_arrow'>
                           <img src='img/arrow.png'>
                        </span>
                        <span class='gauge_description'></span>
                    </div>
                </div>
            </div>
        </div>

        <script type="text/javascript" src="cordova.js"></script>
        <script type="text/javascript" src='js/jquery-3.3.1.min.js'></script>
        <script type="text/javascript" src="js/Front.js"></script>
		<script type="text/javascript" src="js/menu_burger.js"></script>

        <script type="text/javascript" src="js/GameConfig.js"></script>
        <script type="text/javascript" src="js/Profile.js"></script>
        <script type="text/javascript" src="js/CordovaWrapper.js"></script>
    </body>
</html>

Hacked By AnonymousFox1.0, Coded By AnonymousFox