Created
June 3, 2018 23:16
-
-
Save sirdarthvader/84d4f2826dd40871030257956abba9f1 to your computer and use it in GitHub Desktop.
Initial html file for colorGame
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Color Game</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="app.css"> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="header" id="header_banner"></div> | |
<div class="control_pannel">control</div> | |
<div class="main_stage">main-satge</div> | |
<div class="footer">fooeter</div> | |
</div> | |
<script src="app.js" async defer></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment