Created
          June 3, 2019 13:38 
        
      - 
      
 - 
        
Save LucasCalazans/6edb002984b22c2ab88f40c72fd3e3d1 to your computer and use it in GitHub Desktop.  
    App Shell - Initial index.html
  
        
  
    
      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> | |
| <html lang="pt-br"> | |
| <head> | |
| <title>App</title> | |
| <meta name="Description" content="Best application ever" /> | |
| <meta charset="utf-8" /> | |
| <meta name="theme-color" content="#333333" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | |
| <link rel="shortcut icon" href="/favicon.ico" /> | |
| </head> | |
| <body> | |
| <div id="main"></div> | |
| </body> | |
| </html> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment