source: other-projects/meddle/trunk/index.html@ 31627

Last change on this file since 31627 was 31627, checked in by davidb, 7 years ago

Changed to static home page with choice of DL to go to. Initial Google Scholar support added

File size: 1.5 KB
RevLine 
[31605]1<html id="root">
2 <head>
3 <meta charset="UTF-8">
[31627]4 <link rel="stylesheet" type="text/css" href="index.css">
[31605]5 <script
6 src="https://code.jquery.com/jquery-2.2.4.min.js"
7 integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
8 crossorigin="anonymous"></script>
[31627]9<!--
[31605]10 <script src="index.js"></script>
[31627]11-->
[31605]12
13 </head>
14 <body id="body">
[31627]15
16
17<div id="outer">
18 <div id="header">
19
20 <h2>
21 <img src="//bedrock.resnet.cms.waikato.ac.nz/meddle/meddle-icon-large.png" height="40" width="40">
22 MEDDLE Proxy: ModifiED Digital Library Proxy
23 </h2>
24 </div>
25<!--
26 <div id="nav">
27 <h4>Navigation</h4>
28 <ul>
29 <li>Item 1</li>
30 <li>Item 2</li>
31 <li>Item 3</li>
32 </ul>
33 </div>
34-->
35 <div id="main">
36 <p>
37 Which Digital Library would you like to MEDDLE with?
38 </p>
39 <ul style="list-style: none;">
40 <li>
41 <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/dl.acm.org/">
42 <img class="dllogo" src="meddle-acmdl.png">
43 </a>
44 </li>
45 <li>
46 <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/ieeexplore.ieee.org/">
47 <img class="dllogo" src="meddle-xplore.png">
48 </a>
49 </li>
50 <li>
51 <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/https/scholar.google.com/">
52 <img class="dllogo" src="meddle-gscholar.png">
53 </a>
54 </li>
55 </ul>
56 </div>
57 <div id="footer">
58 <p></p>
59 </div>
60
61</div>
62
63
64
65
[31605]66 </body>
67</html>
Note: See TracBrowser for help on using the repository browser.