Remove demos that have moved to the demos repo.
[mkws-moved-to-github.git] / examples / htdocs / two-teams.html
diff --git a/examples/htdocs/two-teams.html b/examples/htdocs/two-teams.html
deleted file mode 100644 (file)
index 9e13cf8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>MKWS demo: Mike's playground</title>
-    <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
-    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
-    <script type="text/javascript" src="//mkws.indexdata.com/jquery.json-2.4.js"></script>
-    <script type="text/javascript" src="//mkws.indexdata.com/jsnlog.min.js"></script>
-    <script type="text/javascript" src="//mkws.indexdata.com/handlebars-v2.0.0.js"></script>
-    <script type="text/javascript" src="//mkws.indexdata.com/pazpar2/js/pz2.js"></script>
-    <script type="text/javascript" src="//mkws.indexdata.com/mkws.js"></script>
-  </head>
-  <body>
-    <table width="100%" border="1">
-      <tr>
-       <td valign="top" width="50%">
-         <div class="mkws-switch"></div>
-         <div class="mkws-lang"></div>
-         <div class="mkws-search"></div>
-         <div class="mkws-results"></div>
-         <div class="mkws-targets"></div>
-         <div class="mkws-stat"></div>
-       </td>
-       <td valign="top" width="50%">
-         <div class="mkws-switch mkws-team-2"></div>
-         <div class="mkws-lang mkws-team-2"></div>
-         <div class="mkws-search mkws-team-2"></div>
-         <div class="mkws-results mkws-team-2"></div>
-         <div class="mkws-targets mkws-team-2"></div>
-         <div class="mkws-stat mkws-team-2"></div>
-       </td>
-      </tr>
-    </table>
-    <div class="mkws-motd">This is the first MOTD</div>
-    <div class="mkws-motd mkws-team-2">This is the second MOTD</div>
-  </body>
-</html>