avatar-banner/index.html
2013-02-18 08:46:43 +01:00

28 lines
736 B
HTML

<!DOCTYPE html>
<head>
<title>Banner bilde for InfoMedia</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<script src="scripts/coffee-script.js"></script>
<script src="scripts/jquery-1.9.1.min.js"></script>
<script type="text/coffeescript">
###
Create javascript object containing names and usernames from facebook like so
www.facebook.com/USERNAME
alternatively
www.facebook.com/USERID
###
</script>
<script src="scripts/bannerMaker.js"></script>
<style type="text/css">
#banner, #bannerSource {
margin: 10px;
}
</style>
</head>
<body>
<p>Simple Facebook image banner creator</p>
<div id='banner'>Inside banner</div>
<div id='bannerSource'>Banner source</div>
</body>
</html>