First Page
This commit is contained in:
parent
7e5864585e
commit
6f1c72cec8
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
72
index.html
Normal file
72
index.html
Normal file
@ -0,0 +1,72 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>MFI - Startseite - Ministerium für Internet</title>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico" />
|
||||
<!--
|
||||
|
||||
Du schaust also in meinen Quelltext um was zu sehen?
|
||||
Nunja, hier gibt es aber nichts interessantes.
|
||||
Nur dieser HTML5-F00BAR.
|
||||
|
||||
~ @Gehirnfussel
|
||||
|
||||
-->
|
||||
<style>
|
||||
html {
|
||||
font-size: 12pt;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 7.3pt;
|
||||
font-weight: 700;
|
||||
}
|
||||
.logo::before {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(33%, black), color-stop(33%, red), color-stop(66%, red), color-stop(66%, #ffd800), to(#ffe100));
|
||||
background: -webkit-linear-gradient(top, black 0%, black 33%, red 33%, red 66%, #ffd800 66%, #ffe100 100%);
|
||||
background: linear-gradient(to bottom, black 0%, black 33%, red 33%, red 66%, #ffd800 66%, #ffe100 100%);
|
||||
width: 2px;
|
||||
float: left;
|
||||
height: 7em;
|
||||
content: "";
|
||||
}
|
||||
.logo p {
|
||||
padding-left: 1em;
|
||||
padding-top: 0;
|
||||
}
|
||||
.about {
|
||||
position: absolute;
|
||||
top: 45%;
|
||||
left: 45%;
|
||||
font-weight: bold;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
.about::before {
|
||||
content: "(#)";
|
||||
padding-right: 0.2em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="logo">
|
||||
<p>Ministerium<br />für Internet</p>
|
||||
</div>
|
||||
<p class="about">Schwerkraftlabor.de</p>
|
||||
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://schwerkraftlabor.de/piwik/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', 8]);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
|
||||
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="http://schwerkraftlabor.de/piwik/piwik.php?idsite=8" style="border:0;" alt="" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user