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

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

More refined test for when to ask about expand ligatures, and other code tidy up into routines. Commented out Google Scholar for now.

File size: 1.6 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>
[31628]45<!--
[31627]46 <li>
47 <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/ieeexplore.ieee.org/">
48 <img class="dllogo" src="meddle-xplore.png">
49 </a>
50 </li>
[31628]51-->
[31627]52 <li>
53 <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/https/scholar.google.com/">
54 <img class="dllogo" src="meddle-gscholar.png">
55 </a>
56 </li>
57 </ul>
58 </div>
59 <div id="footer">
60 <p></p>
61 </div>
62
63</div>
64
65
66
67
[31605]68 </body>
69</html>
Note: See TracBrowser for help on using the repository browser.