-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcdn-template.html
More file actions
54 lines (49 loc) · 1.24 KB
/
cdn-template.html
File metadata and controls
54 lines (49 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Aloha Editor CDN</title>
<style>
#page {
width: 756px;
margin: 0 auto;
font-family: Georgia, Serif;
}
#logo {
background-image: url('http://aloha-editor.org/logo/Aloha%20Editor%20HTML5%20sticker%20transparent%20256.png');
width: 256px;
height: 256px;
clear: both;
float: right;
}
#tests {
width: 500px;
float: left;
}
#footer {
clear: both;
padding: 50px 0 0 0;
font-size: 0.8em;
text-align: center;
}
</style>
</head>
<body>
<div id="page">
<div id="logo"></div>
<div id="tests">
<h1 id="qunit-header">Aloha Editor CDN</h1>
<h2>Releases</h2>
<ul>
<release-template>
</ul>
</div>
</div>
<div id="footer">
<p>Copyright © <a href="http://gentics.com">Gentics Software GmbH</a>. All rights reserved. | Report an <a href="https://github.com/alohaeditor/Aloha-Editor/issues">issue</a> | Visit our <a href="http://aloha-editor.org">website</a>
</div>
<a href="https://github.com/alohaeditor/Aloha-Editor/" target="_blank">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
</div>
</body>
</html>