Skip to content

Instantly share code, notes, and snippets.

@rajatxs
Created August 8, 2021 07:52
Show Gist options
  • Save rajatxs/6a296a1488f72c2cfa2a8c89bc4942d5 to your computer and use it in GitHub Desktop.
Save rajatxs/6a296a1488f72c2cfa2a8c89bc4942d5 to your computer and use it in GitHub Desktop.
Developar service intro page.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="Developar" />
<meta name="description" content="Developar" />
<meta name="author" content="Developar Team" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#FFFFFF" />
<base href="https://static.developar.in" />
<link rel="shortcut icon" type="image/x-icon" href="https://developar.in/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="https://developar.in/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://developar.in/favicon-32x32.png" />
<link rel="stylesheet" type="text/css" href="/master.css" />
<title>Developar Service Intro Page</title>
</head>
<body>
<main>
<div class="logo">
<img src="/logo/dark.png" alt="Developar Static" />
</div>
<div class="message">
<h1>Developar</h1>
<p class="text-gray">A progressive web development company.</p>
</div>
<div class="links">
<ul>
<li>
<a href="http://developar.in" class="text-muted" title="Goto developar.in" tabindex="1">www.developar.in</a>
</li>
<li>
<a href="https://github.com/developar-lab" title="@github:developar-lab" tabindex="2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</li>
</ul>
</div>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment