mirror of
				https://github.com/georgyo/ifconfig.io.git
				synced 2025-11-03 20:25:52 +00:00 
			
		
		
		
	Initial commit for html templates
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
*.css
 | 
			
		||||
.sass-cache/
 | 
			
		||||
							
								
								
									
										0
									
								
								assets/sass/screen.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								assets/sass/screen.scss
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										18
									
								
								templates/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								templates/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<!doctype html>
 | 
			
		||||
<html>
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="utf-8" />
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1" />
 | 
			
		||||
    <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css" />
 | 
			
		||||
    <link rel="stylesheet" href="/css/screen.css" />
 | 
			
		||||
    <script type="application/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
 | 
			
		||||
    <!-- script type="application/javascript" src="/js/main.js"></script-->
 | 
			
		||||
    <title>ifconfig.io</title>
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    <header></header>
 | 
			
		||||
    <nav></nav>
 | 
			
		||||
    <main></main>
 | 
			
		||||
    <footer></footer>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user