ee44d27ef7
From https://github.com/krebscode/krebscode.github.com Commit 4676108df07c2a058c4b98f6b0c3ace36fe861b2
34 lines
1.3 KiB
HTML
34 lines
1.3 KiB
HTML
<!doctype html>
|
|
<title>krebscode</title>
|
|
<style>
|
|
html {
|
|
background: black url(krebs-v2.png) fixed no-repeat 50% 0%;
|
|
background-size: 423px;
|
|
}
|
|
a:visited {
|
|
color: white;
|
|
}
|
|
a:link {
|
|
color: lightgrey;
|
|
}
|
|
</style>
|
|
<script>
|
|
var html;
|
|
window.onload = function () {
|
|
html = document.getElementsByTagName('html')[0];
|
|
window.onresize();
|
|
}
|
|
window.onresize = function () {
|
|
html.style.backgroundSize =
|
|
Math.min(document.height - 23, document.width - 23) + 'px';
|
|
}
|
|
</script>
|
|
<body>
|
|
<p><a href='https://cgit.krebsco.de/krops/about/'>krops</a></p>
|
|
<p><a href='https://github.com/krebs/cholerab/blob/master/thesauron.adoc'>Thesauron</a></p>
|
|
<p><a href='https://nixos.wiki/'>Project: The new NixOS wiki</a></p>
|
|
<p><a target="_blank" href="https://www.amazon.de/?&_encoding=UTF8&tag=krebscode06-21&linkCode=ur2&linkId=d4430b368b8aceeca92101cd4a4cdd1d&camp=1638&creative=6742">Go through this amazon affiliate link and generate krebsgold</a><img src="//ir-de.amazon-adsystem.com/e/ir?t=krebscode06-21&l=ur2&o=3" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
|
|
<p> <a href="https://s.click.aliexpress.com/e/_A5luNt" target="_parent">Go through this aliexpress affiliate link and generate krebsgold</a></p>
|
|
|
|
</body>
|