Skip to content

Instantly share code, notes, and snippets.

@webghostx
Last active December 18, 2016 18:05
Show Gist options
  • Save webghostx/6da82a01a317ae0cd837650962f13fa7 to your computer and use it in GitHub Desktop.
Save webghostx/6da82a01a317ae0cd837650962f13fa7 to your computer and use it in GitHub Desktop.
Vorlage um die Apache Default Seite zu ändern
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Neue Produkte</title>
<meta name="description" content="Neue Produkte">
<meta name="author" content="exao.net">
<style>
</style>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body style="text-align:center;background:#000;">
<iframe
src="https://rcm-eu.amazon-adsystem.com/e/cm?t=usysto-21&o=3&p=36&l=bn1&mode=ce-de&browse=562066&fc1=000000&lt1=_blank&lc1=3366FF&bg1=FFFFFF&f=ifr"
marginwidth="0"
marginheight="0"
width="600"
height="520"
frameborder="0"
style="border:none;"
scrolling="no"></iframe>
<script src="js/scripts.js"></script>
</body>
</html>
@webghostx
Copy link
Author

webghostx commented Dec 18, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment