diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-20 13:06:33 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-20 13:06:33 +0200 |
commit | d9e7ce3e73cf7eff9ec6ac4398713c8872ec5c4c (patch) | |
tree | eca77de4a68ecb2b15853c94580e3ad0a8859abf /projects/lowbat.html | |
parent | update (diff) | |
download | joe-www-d9e7ce3e73cf7eff9ec6ac4398713c8872ec5c4c.tar.gz joe-www-d9e7ce3e73cf7eff9ec6ac4398713c8872ec5c4c.tar.bz2 joe-www-d9e7ce3e73cf7eff9ec6ac4398713c8872ec5c4c.tar.xz joe-www-d9e7ce3e73cf7eff9ec6ac4398713c8872ec5c4c.tar.zst joe-www-d9e7ce3e73cf7eff9ec6ac4398713c8872ec5c4c.zip |
New content, css update
Diffstat (limited to 'projects/lowbat.html')
-rw-r--r-- | projects/lowbat.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/projects/lowbat.html b/projects/lowbat.html index bd436d5..7f8aab2 100644 --- a/projects/lowbat.html +++ b/projects/lowbat.html @@ -187,52 +187,6 @@ .org-svg { width: 90%; } /*]]>*/--> </style> -<script type="text/javascript"> -/* -@licstart The following is the entire license notice for the -JavaScript code in this tag. - -Copyright (C) 2012-2019 Free Software Foundation, Inc. - -The JavaScript code in this tag is free software: you can -redistribute it and/or modify it under the terms of the GNU -General Public License (GNU GPL) as published by the Free Software -Foundation, either version 3 of the License, or (at your option) -any later version. The code is distributed WITHOUT ANY WARRANTY; -without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. - -As additional permission under GNU GPL version 3 section 7, you -may distribute non-source (e.g., minimized or compacted) forms of -that code without the copy of the GNU GPL normally required by -section 4, provided you include this license notice and a URL -through which recipients can access the Corresponding Source. - - -@licend The above is the entire license notice -for the JavaScript code in this tag. -*/ -<!--/*--><![CDATA[/*><!--*/ - function CodeHighlightOn(elem, id) - { - var target = document.getElementById(id); - if(null != target) { - elem.cacheClassElem = elem.className; - elem.cacheClassTarget = target.className; - target.className = "code-highlighted"; - elem.className = "code-highlighted"; - } - } - function CodeHighlightOff(elem, id) - { - var target = document.getElementById(id); - if(elem.cacheClassElem) - elem.className = elem.cacheClassElem; - if(elem.cacheClassTarget) - target.className = elem.cacheClassTarget; - } -/*]]>*///--> -</script> <html> <head> <title>Joe's own website - project: lowbat</title> |