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

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

Redirect home page

File size: 371 bytes
Line 
1<html id="root">
2 <head>
3 <meta charset="UTF-8">
4 <script
5 src="https://code.jquery.com/jquery-2.2.4.min.js"
6 integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
7 crossorigin="anonymous"></script>
8
9 <script src="index.js"></script>
10
11 </head>
12 <body id="body">
13 Loading in the MEDDLE ACM DL home page ...
14 </body>
15</html>
Note: See TracBrowser for help on using the repository browser.