-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (59 loc) · 2.71 KB
/
index.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v2.0.4 (c) 1996 - 2022 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>Directory Tree</title>
<style type="text/css">
BODY { font-family : monospace, sans-serif; color: black;}
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
A:link { text-decoration : none; margin : 0px; padding : 0px;}
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
A:active { margin : 0px; padding : 0px;}
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: black; }
.FIFO { color: purple; }
.CHAR { color: yellow; }
.DIR { color: blue; }
.BLOCK { color: yellow; }
.LINK { color: aqua; }
.SOCK { color: fuchsia;}
.EXEC { color: green; }
</style>
</head>
<body>
<h1>Directory Tree</h1><p>
<a href=".">.</a><br>
├── <a href="./KernSmooth.html">KernSmooth.html</a><br>
├── <a href="./MASS.html">MASS.html</a><br>
├── <a href="./Matrix.html">Matrix.html</a><br>
├── <a href="./base.html">base.html</a><br>
├── <a href="./boot.html">boot.html</a><br>
├── <a href="./class.html">class.html</a><br>
├── <a href="./cluster.html">cluster.html</a><br>
├── <a href="./codetools.html">codetools.html</a><br>
├── <a href="./compiler.html">compiler.html</a><br>
├── <a href="./datasets.html">datasets.html</a><br>
├── <a href="./foreign.html">foreign.html</a><br>
├── <a href="./grDevices.html">grDevices.html</a><br>
├── <a href="./graphics.html">graphics.html</a><br>
├── <a href="./grid.html">grid.html</a><br>
├── <a href="./lattice.html">lattice.html</a><br>
├── <a href="./methods.html">methods.html</a><br>
├── <a href="./mgcv.html">mgcv.html</a><br>
├── <a href="./nlme.html">nlme.html</a><br>
├── <a href="./nnet.html">nnet.html</a><br>
├── <a href="./parallel.html">parallel.html</a><br>
├── <a href="./rpart.html">rpart.html</a><br>
├── <a href="./spatial.html">spatial.html</a><br>
├── <a href="./splines.html">splines.html</a><br>
├── <a href="./stats.html">stats.html</a><br>
├── <a href="./stats4.html">stats4.html</a><br>
├── <a href="./survival.html">survival.html</a><br>
├── <a href="./tcltk.html">tcltk.html</a><br>
├── <a href="./tools.html">tools.html</a><br>
└── <a href="./utils.html">utils.html</a><br>
</body>
</html>