-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebuilding site Sun May 26 02:16:25 PM IST 2024
- Loading branch information
Showing
1 changed file
with
133 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,133 @@ | ||
<h3>404 - Not Found</h3> | ||
<!doctype html> | ||
<html lang="en"><head> | ||
<title>Scramblings</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content="" /> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="./css/theme.min.css"> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css"> | ||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PVSXVYRTKF"></script> | ||
<script> | ||
var doNotTrack = false; | ||
if (!doNotTrack) { | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PVSXVYRTKF', { 'anonymize_ip': false }); | ||
} | ||
</script> | ||
|
||
</head> | ||
<body> | ||
<div id="content" class="mx-auto"><header class="container mt-sm-2 mt-1 mb-1 mt-xs-1"> | ||
<div class="row"> | ||
|
||
<div class="col-sm-4 col-12 text-sm-right text-center pt-sm-4"> | ||
<a href="./" class="text-decoration-none"> | ||
<img id="home-image" class="rounded-circle" | ||
|
||
|
||
src="./images/logo.png" | ||
|
||
|
||
/> | ||
</a> | ||
</div> | ||
<div class="col-sm-8 col-12 text-sm-left text-center"> | ||
|
||
<h2 class="m-0 mb-2 mt-4"> | ||
<a href="./" class="text-decoration-none"> | ||
|
||
Scramblings | ||
|
||
</a> | ||
</h2> | ||
<p class="text-muted mb-1"> | ||
|
||
Dev scratchpad. Digital garden | ||
|
||
</p> | ||
<ul id="nav-links" class="list-inline mb-2"> | ||
|
||
|
||
<li class="list-inline-item"> | ||
<a class="badge badge-white " href="./tags/" title="Tags">Tags</a> | ||
</li> | ||
|
||
<li class="list-inline-item"> | ||
<a class="badge badge-white " href="./quotes/" title="Quotes">Quotes</a> | ||
</li> | ||
|
||
<li class="list-inline-item"> | ||
<a class="badge badge-white " href="./movies/" title="Movies">Movies</a> | ||
</li> | ||
|
||
|
||
<li class="list-inline-item"> | ||
<a class="badge badge-white" href="https://flexigpt.site/" target="_blank" title=""> | ||
FlexiGPT | ||
<i class="fa fa-external-link-square-alt"></i> | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<ul id="nav-social" class="list-inline"> | ||
|
||
<li class="list-inline-item mr-3"> | ||
<a href="https://github.com/ppipada" target="_blank"> | ||
<i class="fab fa-github fa-1x text-muted"></i> | ||
</a> | ||
</li> | ||
|
||
<li class="list-inline-item mr-3"> | ||
<a href="https://www.linkedin.com/in/ppipada" target="_blank"> | ||
<i class="fab fa-linkedin-in fa-1x text-muted"></i> | ||
</a> | ||
</li> | ||
|
||
<li class="list-inline-item mr-3"> | ||
<a href="mailto:[email protected]" target="_blank"> | ||
<i class="fas fa-at fa-1x text-muted"></i> | ||
</a> | ||
</li> | ||
|
||
<li class="list-inline-item mr-3"> | ||
<a href="https://pankajpipada.com/index.xml" target="_blank"> | ||
<i class="fas fa-rss fa-1x text-muted"></i> | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
<hr /> | ||
</header> | ||
<div class="container"> | ||
<h1 class="mt-5" style="text-align: center">404 - Not Found</h1> | ||
<blockquote class="blockquote mt-5" style="text-align: center; font-style: italic;"> | ||
<p>"Not all those who wander are lost."</p> | ||
<footer class="blockquote-footer">J.R.R. Tolkien, <cite title="Source Title">The Fellowship of the Ring</cite></footer> | ||
</blockquote> | ||
|
||
</div> | ||
</div><footer class="text-center pb-1"> | ||
<small class="text-muted"> | ||
Copyright © 2016-2024 Pankaj Pipada. All Rights Reserved. | ||
<br /> | ||
</small> | ||
</footer> | ||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
<script src="https://cdn.datatables.net/1.11.3/js/jquery.dataTables.min.js"></script> | ||
|
||
|
||
</body> | ||
</html> |