Add missing head tag and re-indent
This commit is contained in:
		
							
								
								
									
										53
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										53
									
								
								index.html
									
									
									
									
									
								
							| @@ -1,29 +1,30 @@ | |||||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||||
| <html> | <html> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 	<head> | ||||||
|     <title> Ceda EI </title> | 		<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||
|     <link rel="stylesheet" type="text/css" href="index.css"> | 		<title> Ceda EI </title> | ||||||
|     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css" integrity="sha256-P64qV9gULPHiZTdrS1nM59toStkgjM0dsf5mK/UwBV4=" crossorigin="anonymous"><meta property="og:title" content="Webionite" /> | 		<link rel="stylesheet" type="text/css" href="index.css"> | ||||||
|     <meta property="og:description" content="Homepage of Ceda EI." /> | 		<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css" integrity="sha256-P64qV9gULPHiZTdrS1nM59toStkgjM0dsf5mK/UwBV4=" crossorigin="anonymous"><meta property="og:title" content="Webionite" /> | ||||||
|     <meta property="og:image" content="https://webionite.com/images/webionite.jpg" /> | 		<meta property="og:description" content="Homepage of Ceda EI." /> | ||||||
|   </head> | 		<meta property="og:image" content="https://webionite.com/images/webionite.jpg" /> | ||||||
|   <body> | 	</head> | ||||||
|     <div class="container"> | 	<body> | ||||||
|       <div class="img"> | 		<div class="container"> | ||||||
|         <img src="images/ceda.jpg"> | 			<div class="img"> | ||||||
|       </div> | 				<img src="images/ceda.jpg"> | ||||||
|       <div class="header"> | 			</div> | ||||||
|         <h1>Ceda EI</h1> | 			<div class="header"> | ||||||
|         <h2>@ceda_ei</h2> | 				<h1>Ceda EI</h1> | ||||||
|       </div> | 				<h2>@ceda_ei</h2> | ||||||
|       <p>I am a 19-year old student from India who has an interest in system administration and programming. I am a Linux user who likes to rice his desktop and have some experience managing servers.</p> | 			</div> | ||||||
|       <div class="links"> | 			<p>I am a 19-year old student from India who has an interest in system administration and programming. I am a Linux user who likes to rice his desktop and have some experience managing servers.</p> | ||||||
|         <a href="https://gitlab.com/ceda_ei/"><i class="fa fa-gitlab"></i></a> | 			<div class="links"> | ||||||
|         <a href="https://git.webionite.com/ceda_ei/"><i class="fa fa-gitea"></i></a> | 				<a href="https://gitlab.com/ceda_ei/"><i class="fa fa-gitlab"></i></a> | ||||||
|         <a href="https://telegram.me/ceda_ei/"><i class="fa fa-telegram"></i></a> | 				<a href="https://git.webionite.com/ceda_ei/"><i class="fa fa-gitea"></i></a> | ||||||
|         <a href="https://matrix.to/#/@ceda_ei:matrix.org"><i class="fa fa-matrix-org"></i></a> | 				<a href="https://telegram.me/ceda_ei/"><i class="fa fa-telegram"></i></a> | ||||||
|         <a href="mailto:ceda_ei@webionite.com"><i class="fa fa-envelope"></i></a> | 				<a href="https://matrix.to/#/@ceda_ei:matrix.org"><i class="fa fa-matrix-org"></i></a> | ||||||
|       </div> | 				<a href="mailto:ceda_ei@webionite.com"><i class="fa fa-envelope"></i></a> | ||||||
|     </div> | 			</div> | ||||||
|   </body> | 		</div> | ||||||
|  | 	</body> | ||||||
| </html> | </html> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user