-
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.
- Loading branch information
Showing
47 changed files
with
17,868 additions
and
372 deletions.
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,67 +1,199 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!doctype html> | ||
<!-- | ||
Minimal Mistakes Jekyll Theme 4.26.2 by Michael Rose | ||
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes | ||
Free for personal and commercial use under the MIT license | ||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE | ||
--> | ||
|
||
<html lang="en-US" class="no-js"> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<!-- begin _includes/seo.html --><title>Futureshit.</title> | ||
<meta name="description" content=""> | ||
|
||
|
||
<meta name="author" content="Your Name"> | ||
|
||
|
||
|
||
<meta property="og:type" content="website"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:site_name" content="Futureshit."> | ||
<meta property="og:title" content="Futureshit."> | ||
<meta property="og:url" content="/404.html"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
<link rel="shortcut icon" href="//img/favicon.ico"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> | ||
<title>F.U.T.U.R.E.S.H.I.T.</title> | ||
<link href="//css/bootstrap-3.3.7.min.css" rel="stylesheet"> | ||
<link href="//css/font-awesome-4.7.0.css" rel="stylesheet"> | ||
<link href="//css/base.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="//css/highlight.css"> | ||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="//js/jquery-3.2.1.min.js"></script> | ||
<script src="//js/bootstrap-3.3.7.min.js"></script> | ||
<script src="//js/highlight.pack.js"></script> | ||
|
||
<base target="_top"> | ||
<script> | ||
var base_url = '/'; | ||
var is_top_frame = false; | ||
var page_toc = null; | ||
|
||
</script> | ||
<script src="//js/base.js"></script> | ||
</head> | ||
|
||
|
||
|
||
<link rel="canonical" href="/404.html"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- end _includes/seo.html --> | ||
|
||
|
||
|
||
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Futureshit. Feed"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<body> | ||
<script> | ||
if (is_top_frame) { $('body').addClass('wm-top-page'); } | ||
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; | ||
|
||
</script> | ||
|
||
<!-- For all browsers --> | ||
<link rel="stylesheet" href="/assets/css/main.css"> | ||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript> | ||
|
||
|
||
|
||
<!-- start custom head snippets --> | ||
|
||
<!-- insert favicons. use https://realfavicongenerator.net/ --> | ||
|
||
<!-- end custom head snippets --> | ||
|
||
</head> | ||
|
||
<body class="layout--default" dir="ltr"> | ||
<nav class="skip-links"> | ||
<ul> | ||
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li> | ||
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li> | ||
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<div class="container-fluid wm-page-content"> | ||
<a name="_top"></a> | ||
|
||
|
||
<div class="masthead"> | ||
<div class="masthead__inner-wrap"> | ||
<div class="masthead__menu"> | ||
<nav id="site-nav" class="greedy-nav"> | ||
|
||
<a class="site-title" href="/"> | ||
Futureshit. | ||
|
||
</a> | ||
<ul class="visible-links"><li class="masthead__menu-item"> | ||
<a | ||
href="/categories/" | ||
|
||
|
||
>Artikel.</a> | ||
</li></ul> | ||
|
||
<button class="greedy-nav__toggle hidden" type="button"> | ||
<span class="visually-hidden">Toggle menu</span> | ||
<div class="navicon"></div> | ||
</button> | ||
<ul class="hidden-links hidden"></ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="initial-content"> | ||
<style type="text/css" media="screen"> | ||
.container { | ||
margin: 10px auto; | ||
max-width: 600px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin: 30px 0; | ||
font-size: 4em; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<h1>404</h1> | ||
|
||
<p><strong>Page not found :(</strong></p> | ||
<p>The requested page could not be found.</p> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
<h2 style="text-align: center">404</h2> | ||
<h1 style="text-align: center">Page not found</h1> | ||
|
||
|
||
<div id="footer" class="page__footer"> | ||
<footer> | ||
<!-- start custom footer snippets --> | ||
|
||
<!-- end custom footer snippets --> | ||
<div class="page__footer-follow"> | ||
<ul class="social-icons"> | ||
|
||
<li><strong>Follow:</strong></li> | ||
|
||
|
||
<br> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<br> | ||
|
||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<footer class="col-md-12 wm-page-content"> | ||
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a> using <a href="None">Windmill Dark</a> theme by None (noraj).</p> | ||
</footer> | ||
<div class="page__footer-copyright">© 2024 <a href="">Futureshit.</a>. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/jekyll-themes/minimal-mistakes/" rel="nofollow">Minimal Mistakes</a>.</div> | ||
|
||
</footer> | ||
</div> | ||
|
||
|
||
<script src="/assets/js/main.min.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="https://jekyllrb.com/">jekyllrb.com</a></p> | ||
|
||
<p>You can find the source code for Minima at GitHub: | ||
<a href="https://github.com/jekyll">jekyll</a> / | ||
<a href="https://github.com/jekyll/minima">minima</a></p> | ||
|
||
<p>You can find the source code for Jekyll at GitHub: | ||
<a href="https://github.com/jekyll">jekyll</a> / | ||
<a href="https://github.com/jekyll/jekyll">jekyll</a></p> | ||
|
Oops, something went wrong.