Initial commit
This commit is contained in:
commit
df74a5bd41
326 changed files with 75899 additions and 0 deletions
57
index.html
Normal file
57
index.html
Normal file
|
@ -0,0 +1,57 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
|
||||
<title>sp-magic</title>
|
||||
<link rel="shortcut icon" href="img/samuel.png">
|
||||
|
||||
<link rel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.min.css" type="text/css"
|
||||
media="screen">
|
||||
<link rel="stylesheet" href="bower_components/foundation-sites/dist/foundation.min.css" type="text/css"
|
||||
media="screen">
|
||||
|
||||
<script src="bower_components/jquery/dist/jquery.min.js"></script>
|
||||
<script src="bower_components/foundation-sites/dist/foundation.min.js"></script>
|
||||
|
||||
<style>
|
||||
h1, h2 {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
_paq.push(["setDomains", ["*.sp-magic.de"]]);
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function () {
|
||||
var u = "//piwik.sp-codes.de/";
|
||||
_paq.push(['setTrackerUrl', u + 'piwik.php']);
|
||||
_paq.push(['setSiteId', '4']);
|
||||
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
||||
g.type = 'text/javascript';
|
||||
g.async = true;
|
||||
g.defer = true;
|
||||
g.src = u + 'piwik.js';
|
||||
s.parentNode.insertBefore(g, s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="//piwik.sp-codes.de/piwik.php?idsite=4" style="border:0;" alt=""/></p></noscript>
|
||||
<!-- End Piwik Code -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1 class="text-center">sp-magic.de</h1>
|
||||
|
||||
<p class="text-center">
|
||||
<img src="img/samuel.png" alt="samuel">
|
||||
</p>
|
||||
|
||||
<h2 class="text-center">coming soon!</h2>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue