Created
          September 16, 2015 20:00 
        
      - 
      
- 
        Save hoorayimhelping/f3e2ca19d5874c0b641c to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | diff --git a/index.html b/index.html | |
| index d9c7175..6f81718 100644 | |
| --- a/index.html | |
| +++ b/index.html | |
| @@ -1,10 +1,12 @@ | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| -<title>Delta-V Maps</title> | |
| + <link rel="stylesheet" media="screen" type="text/css" href="styles/main.css"> | |
| + <title>Delta-V Maps</title> | |
| </head> | |
| - | |
| <body> | |
| -<script type="text/javascript" src="js/app.js"></script> | |
| + <canvas width="600" height="600"></canvas> | |
| + | |
| + <script type="text/javascript" src="js/app.js"></script> | |
| </body> | |
| </html> | |
| \ No newline at end of file | |
| diff --git a/styles/main.css b/styles/main.css | |
| new file mode 100644 | |
| index 0000000..671839e | |
| --- /dev/null | |
| +++ b/styles/main.css | |
| @@ -0,0 +1,3 @@ | |
| +canvas { | |
| + border: 1px red solid; | |
| +} | |
| \ No newline at end of file | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment