diff options
| author | aarne <aarne@chalmers.se> | 2009-12-09 09:47:16 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-12-09 09:47:16 +0000 |
| commit | c8ceed08efcc0bdc1fcbd89bce643d9f52f0991b (patch) | |
| tree | 5f0b314341c129eba1bc67b8b887fb8a4486fad8 /old-lib/javascript/editor.html | |
| parent | 101df06f6c8380328d4266adadac3ab6d1bac0b3 (diff) | |
moving a few things to deprecated
Diffstat (limited to 'old-lib/javascript/editor.html')
| -rw-r--r-- | old-lib/javascript/editor.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/old-lib/javascript/editor.html b/old-lib/javascript/editor.html deleted file mode 100644 index dd189d9ab..000000000 --- a/old-lib/javascript/editor.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link rel="stylesheet" type="text/css" href="style.css" />
- <script type="text/javascript" src="gflib.js"></script>
- <script type="text/javascript" src="editorGrammar.js"></script>
- <script type="text/javascript" src="grammar.js"></script>
- <script type="text/javascript" src="gfjseditor.js"></script>
- <title>Web-based Syntax Editor</title>
- </head>
- <body onload="mkEditor('editor', Food)" onkeydown="hotKeys(event)">
- <div id="editor">
- </div>
- </body>
-</html>
|
