MichalCrow777
phpIbXVNv.jpeg
About Me:
1000 rated chess player, although some people place my rating as closer to 1300. Maybe I'm better at OTB. I'm willing to play a daily game with anyone on the condition it's clock is set to 5+ days. Any game I play with a time set below that is most likely a tournament/team match.
In my opinion, Scrambled Eggs is the second best tasting (non sugar) food in the world. Chocolate is tasteless to me. I can read upside down text. ¿noʎ uɐƆ
I've done work with Unity, however I'm still a beginner. I'm decent with Javascript.
If you've read the entire thing, then you need to drink PEPSI!
<!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" />
        <title>New Game!</title>
        <link href="style.css" />
        <script src="main.js"></script>
    </head>
    <body>
        <div id="game">
            <h1>Game!</h1>
            <img src="You.jpg" height="144" width="256" id="image" />
            <h4 id="text">Lorem ipsum dolor, sit amet consectetur adipisicing elit.</h4>
            <input type="text" id="input" /> <br /><br />
            <button>Action</button>
            <h5 id="actions">Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur, eum!</h5>
            <audio controls autoplay loop id="audio">
                <source src="InsertMusicHere.mp3" type="audio/mpeg" />
                Your browser does not support the audio element.
            </audio>
        </div>
    </body>
</html>