-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 774 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (18 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<!-- head -->
<meta charset=utf-8>
<title>Online Backlog by tXK</title>
<link href=https://fonts.googleapis.com/css?family=Permanent+Marker rel=stylesheet>
<link href=https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/ui-lightness/jquery-ui.css rel=stylesheet/>
<style>.ui-widget { font-size: 85% }</style>
<link rel=stylesheet href=assets/style.css>
<!-- body -->
<!-- real content is dynamically generated -->
<footer>
© 2011 Alexandru Georoceanu
</footer>
<!-- behaviour -->
<script src=https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js></script>
<script src=https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js></script>
<script src=assets/blockUI.js></script>
<script src=assets/script.js></script>