-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy site built from commit f83bc93
- Loading branch information
0 parents
commit 8a2c322
Showing
82 changed files
with
46,596 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,190 @@ | ||
<!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" class="no-js"> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<!-- begin _includes/seo.html --><title>Seite nicht gefunden - AuxMe</title> | ||
<meta name="description" content="Hier findet ihr aktuelle Themen für studentische Arbeiten an unserem Lehrstuhl."> | ||
|
||
|
||
|
||
<meta property="og:type" content="website"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:site_name" content="AuxMe"> | ||
<meta property="og:title" content="Seite nicht gefunden"> | ||
<meta property="og:url" content="https://una-auxme.github.io/404"> | ||
|
||
|
||
<meta property="og:description" content="Hier findet ihr aktuelle Themen für studentische Arbeiten an unserem Lehrstuhl."> | ||
|
||
|
||
|
||
<meta property="og:image" content="https://una-auxme.github.io/assets/logo/AuxMe.jpg"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="canonical" href="https://una-auxme.github.io/404"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- end _includes/seo.html --> | ||
|
||
|
||
<!-- https://t.co/dKP3o1e --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<script> | ||
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="shortcut icon" type="image/png" href="/assets/logo/logo.png"> | ||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/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@5/css/all.min.css"></noscript> | ||
|
||
|
||
|
||
<!-- start custom head snippets --> | ||
|
||
<!-- insert favicons. use https://realfavicongenerator.net/ --> | ||
|
||
<!-- end custom head snippets --> | ||
|
||
</head> | ||
|
||
<body class="layout--default"> | ||
<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="masthead"> | ||
<div class="masthead__inner-wrap"> | ||
<div class="masthead__menu"> | ||
<nav id="site-nav" class="greedy-nav"> | ||
|
||
<a class="site-logo" href="/"><img src="/assets/logo/logo.png" alt="Lehrstuhl für Mechatronik"></a> | ||
|
||
<a class="site-title" href="/"> | ||
Lehrstuhl für Mechatronik | ||
|
||
</a> | ||
<ul class="visible-links"></ul> | ||
<div class="lang-switcher"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="/en">English</a> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<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>Seite nicht gefunden :(</strong></p> | ||
<p>Die angeforderte Seite konnte nicht gefunden werden.</p> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
<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><a href="https://github.com/una-auxme" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> | ||
|
||
|
||
|
||
</ul> | ||
</div> | ||
|
||
<div class="page__footer-copyright">© 2024 Lehrstuhl für Mechatronik. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div> | ||
|
||
</footer> | ||
</div> | ||
|
||
|
||
<script src="/assets/js/main.min.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.