mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-01-11 13:31:15 -05:00
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8371 b45a01b8-16f6-495d-af2f-9b41ad6348cc
29 lines
824 B
HTML
29 lines
824 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>New webinterface for Retroshare</title>
|
|
|
|
<script src="RsXHRConnection.js"></script>
|
|
<script src="RsApi.js"></script>
|
|
|
|
<!-- it seems to work more reliable, if the jsx file is loaded before react -->
|
|
<script type="text/jsx" src="gui.jsx"></script>
|
|
|
|
<script src="react.js"></script>
|
|
<script src="JSXTransformer.js"></script>
|
|
|
|
<link href="green-black.css" rel="stylesheet">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<script>
|
|
document.write("<p>loading lots of stuff...</p>");
|
|
</script>
|
|
<p><noscript>The Retroshare web interface requires JavaScript. Please enable JavaScript in your browser.</noscript></p>
|
|
<!--<div id="logo_splash">
|
|
<img src="img/logo_splash.png"></img>
|
|
</div>-->
|
|
</body>
|
|
</html>
|