mu/html/apps/*.subx.html

58 lines
1.6 KiB
HTML
Raw Normal View History

2021-07-16 15:38:43 +00:00
<!DOCTYPE html>
2021-04-14 04:11:26 +00:00
<html>
<head>
2021-07-16 15:38:43 +00:00
<meta charset="UTF-8">
<title>Mu - apps/*.subx</title>
<meta name="Generator" content="Vim/8.2">
<meta name="plugin-version" content="vim8.1_v2">
2021-04-14 04:11:26 +00:00
<meta name="syntax" content="none">
2021-07-16 15:38:43 +00:00
<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
<meta name="colorscheme" content="minimal-light">
2021-07-16 15:38:43 +00:00
<style>
2021-04-14 04:11:26 +00:00
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
2021-04-14 04:11:26 +00:00
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.LineNr { }
-->
</style>
2021-07-16 15:38:43 +00:00
<script>
2021-04-14 04:11:26 +00:00
<!--
/* function to open any folds containing a jumped-to line before jumping to it */
function JumpToLine()
{
var lineNum;
lineNum = window.location.hash;
lineNum = lineNum.substr(1); /* strip off '#' */
if (lineNum.indexOf('L') == -1) {
lineNum = 'L'+lineNum;
}
var lineElem = document.getElementById(lineNum);
/* Always jump to new location even if the line was hidden inside a fold, or
* we corrected the raw number to a line ID.
*/
if (lineElem) {
lineElem.scrollIntoView(true);
}
return true;
}
if ('onhashchange' in window) {
window.onhashchange = JumpToLine;
}
-->
</script>
</head>
<body onload='JumpToLine();'>
2021-07-16 15:38:43 +00:00
<a href='https://github.com/akkartik/mu/blob/main/apps/*.subx'>https://github.com/akkartik/mu/blob/main/apps/*.subx</a>
2021-04-14 04:11:26 +00:00
<pre id='vimCodeElement'>
2021-07-16 15:38:43 +00:00
<span id="L1" class="LineNr">1 </span>
2021-04-14 04:11:26 +00:00
</pre>
</body>
</html>
<!-- vim: set foldmethod=manual : -->