-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
40 lines (29 loc) · 1.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<title>FABRIC - Fabric Demos</title>
<meta charset="iso-8859-1"/>
<link href="themes/default/style.css" rel="stylesheet" type="text/css" />
<link href="themes/default/viewer.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="ThirdParty/jQuery/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="ThirdParty/jQuery/jquery-ui-1.8.5.custom.min.js"></script>
<link type="text/css" href="ThirdParty/jQuery/css/vader/jquery-ui-1.8.5.custom.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<div id="editor">
<div id="indexpage">
<div class="box">
<h2>FABRIC DEMOS</h2>
<div class="content">
<p class="indexPageContent">
This is the demo repository for the Fabric Engine alpha program. If you would like to join the Fabric testing program, please email <a href='mailto:[email protected]' class="indexPageContent">[email protected]</a>.
</p>
<ul>
<li class="indexPageLI"><a href='Apps/Sample/index.html' class="indexPageContent">Demos</a></li>
</ul>
</div><!--content-->
</div><!--box-->
</div> <!-- indexPage-->
</div> <!--editor-->
</div><!--wrapper-->
</body>
</html>