-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (82 loc) · 2.68 KB
/
Copy pathindex.html
File metadata and controls
105 lines (82 loc) · 2.68 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en" dir="ltr" class="sid-softreck">
<head>
<title>gramatyka .de</title>
<meta name="copyright" content="Copyright 2019-2018. Softreck. All rights reserved.">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- <link rel="stylesheet" href="table/form.css">-->
<link rel="stylesheet" href="fonts/font.css">
<!-- <link rel="stylesheet" href="css/style.css">-->
<link rel="stylesheet" href="css/default.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<script src="//get.jloads.com/jloads.js?3">
// Jloads is loading any media and content dynamically
</script>
<script>
var article = new jloads({
jloads: new Load({
target: "article",
replace: 1
}),
});
jl.target({
"head": [
"css/fade-in.css",
"css/index.css",
"table/clipboard.js",
"table/form.css?5",
// "table/form.js?1"
// "fonts/font.css"
"sentence/updateUrlFromSentenceInput.js",
"sentence/getSentenceFromUrl.js",
"sentence/edit.js",
"sentence/next_sentence.js",
"sentence/prev_sentence.js",
"menu/changeSentence.js",
"menu/checkSentence.js",
"menu/copySentence.js",
"menu/editSentence.js",
"menu/lastSentence.js",
"menu/shareSentence.js",
"menu/index.js",
"sentence/edit.js",
],
"article": [
// "table/blank.html",
"table/change.html?1",
// "table/form.css?1",
],
// "#matrix": [
// "table/matrix.html",
// "table/form.js?1",
// "sentence/edit.js?1"
// ],
"footer": [
// "html/footer.html?3",
// "addons/chrome.html",
"addons/standalone.html"
],
});
</script>
<script>
</script>
</head>
<body>
<nav></nav>
<header class="page-header">
<div class="page-header__inner">
<div id="article"></div>
<article></article>
<div id="matrix"></div>
<hr>
<div id="languages"></div>
<hr>
</div>
</header>
<div id="messages" class="messages"></div>
<footer></footer>
</body>
</html>