view static-files/server.html @ 58:422fcf9774b1

added js, css, and img subdirectories to static-files.
author Atul Varma <avarma@mozilla.com>
date Mon, 28 Jun 2010 16:51:13 -0700
parents 18de6b362cc5
children
line wrap: on
line source

<!DOCTYPE html>
<html>
<head>
  <title>Mozilla Summit Identity Pal PostMessage Server</title>
</head>
<body>
<p>You should never really see this page, it's meant to be embedded as
an invisible iframe in mashups and web apps.</p>
<script src="js/summit-idp.js"></script>
<script src="js/api.js"></script>
<script src="js/server.js"></script>
</body>
</html>