forked from apertium/apertium-html-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebug-head.html
17 lines (17 loc) · 1.22 KB
/
debug-head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<link type="text/css" rel="stylesheet" href="./css/bootstrap.css">
<link type="text/css" rel="stylesheet" href="./css/general.css">
<link type="text/css" rel="stylesheet" href="./css/navbar.css">
<link type="text/css" rel="stylesheet" href="./css/footer.css">
<link type="text/css" rel="stylesheet" href="./css/translation.css">
<link type="text/css" rel="stylesheet" href="./css/analysis.css">
<script type="text/javascript" src="./js/jquery.jsonp-2.4.0.min.js"></script>
<script type="text/javascript" src="./js/config.js"></script>
<script type="text/javascript" src="./js/util.js"></script>
<script type="text/javascript" src="./js/init.js"></script>
<script type="text/javascript" src="./js/store.js"></script>
<script type="text/javascript" src="./js/persistence.js"></script>
<script type="text/javascript" src="./js/localization.js"></script>
<script type="text/javascript" src="./js/translator.js"></script>
<script type="text/javascript" src="./js/analyzer.js"></script>
<script type="text/javascript" src="./js/generator.js"></script>
<script type="text/javascript" src="./js/sandbox.js"></script>