-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 2.62 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>FreiDi Tools</title>
<link href="resources/css/bootstrap.css" rel="stylesheet"/>
<link href="resources/css/bootstrap-responsive.min.css" rel="stylesheet"/>
<link href="resources/css/bootswatch.css" rel="stylesheet"/>
<link href="resources/css/freidi.css" rel="stylesheet"/>
<link href="resources/css/ptsans.css" rel="stylesheet"/>
<link rel="stylesheet" href="resources/css/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen"/>
</head>
<body data-spy="scroll" data-target="#navbar" data-offset="30">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="http://www.freischuetz-digital.de">Freischütz<br/>
<small>Digital</small>
</a>
<ul class="nav">
<li>
<a href="http://www.freischuetz-digital.de/index.html" target="_blank">Projekt</a>
</li>
<li>
<a href="http://www.freischuetz-digital.de//edition/" target="_blank">Edition</a>
</li>
<li class="disabled">
<a href="#">ReferenceTool</a>
</li>
<li>
<a href="pitchtool/pitchtool.html">PitchTool</a>
</li>
<li>
<a href="pmdCE/index.html">ControlEventTool</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Welcome to FreiDi:proofMEIdata Version 0.8.0-alpha</h1>
<p>Please choose a tool from the top navigation…</p>
</div>
</div>
</div>
<script src="resources/js/jquery/jquery-1.10.1.js" type="text/javascript"/>
<script src="resources/js/bootstrap.js" type="text/javascript"/>
<script src="resources/js/bootswatch.js" type="text/javascript"/>
<script src="resources/js/abcjs/abcjs_basic_1.7.1-min.js" type="text/javascript" charset="utf-8"/>
<script src="resources/js/ace-src/ace.js" type="text/javascript" charset="utf-8"/>
<script type="text/javascript" src="resources/js/jquery.fancybox.pack.js?v=2.1.5"/>
</body>
</html>