-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.html
More file actions
30 lines (29 loc) · 886 Bytes
/
editor.html
File metadata and controls
30 lines (29 loc) · 886 Bytes
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
FRAIS Editor
@author yesnein / yesnein.com
-->
<html>
<head>
<link href="frais.css" type="text/css" rel="stylesheet">
<script src="js/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="js/frais.js" type="text/javascript"></script>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"/>
<title>FRAIS Editor</title>
</head>
<body>
<div id="wrapper">
<h2 id="heading">FRAIS - Editor</h2>
<div id="navBar"> </div>
<div id="main">
</div>
<div id="footer">
<div id="legal">© Max Noja <span id="copyright_year"> </span>.</div>
<a href="/frais/">FRAIS</a>
</div>
</div>
<script type="text/javascript">
FRAIS.loadEditorNavBar();
</script>
</body>
</html>