Add missing head tag and re-indent
This commit is contained in:
parent
6233c638b4
commit
f7f8787798
53
index.html
53
index.html
|
@ -1,29 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title> Ceda EI </title>
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
<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:description" content="Homepage of Ceda EI." />
|
||||
<meta property="og:image" content="https://webionite.com/images/webionite.jpg" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="img">
|
||||
<img src="images/ceda.jpg">
|
||||
</div>
|
||||
<div class="header">
|
||||
<h1>Ceda EI</h1>
|
||||
<h2>@ceda_ei</h2>
|
||||
</div>
|
||||
<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 class="links">
|
||||
<a href="https://gitlab.com/ceda_ei/"><i class="fa fa-gitlab"></i></a>
|
||||
<a href="https://git.webionite.com/ceda_ei/"><i class="fa fa-gitea"></i></a>
|
||||
<a href="https://telegram.me/ceda_ei/"><i class="fa fa-telegram"></i></a>
|
||||
<a href="https://matrix.to/#/@ceda_ei:matrix.org"><i class="fa fa-matrix-org"></i></a>
|
||||
<a href="mailto:ceda_ei@webionite.com"><i class="fa fa-envelope"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title> Ceda EI </title>
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
<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:description" content="Homepage of Ceda EI." />
|
||||
<meta property="og:image" content="https://webionite.com/images/webionite.jpg" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="img">
|
||||
<img src="images/ceda.jpg">
|
||||
</div>
|
||||
<div class="header">
|
||||
<h1>Ceda EI</h1>
|
||||
<h2>@ceda_ei</h2>
|
||||
</div>
|
||||
<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 class="links">
|
||||
<a href="https://gitlab.com/ceda_ei/"><i class="fa fa-gitlab"></i></a>
|
||||
<a href="https://git.webionite.com/ceda_ei/"><i class="fa fa-gitea"></i></a>
|
||||
<a href="https://telegram.me/ceda_ei/"><i class="fa fa-telegram"></i></a>
|
||||
<a href="https://matrix.to/#/@ceda_ei:matrix.org"><i class="fa fa-matrix-org"></i></a>
|
||||
<a href="mailto:ceda_ei@webionite.com"><i class="fa fa-envelope"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue