-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (55 loc) · 1.66 KB
/
index.html
File metadata and controls
58 lines (55 loc) · 1.66 KB
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
<html>
<head>
<style>
body {
font-size: 10pt;
margin: 1.5em;
background-color: lightblue;
color: darkblue;
font-family: Verdana,sans-serif;
}
h1 {
font-size: 1.2em;
font-weight: bold;
margin-top: 2em;
}
h2 {
font-size: 1.1em;
font-weight: bold;
}
fieldset {
width: 740px;
margin-bottom: 12px;
border-color: #00457b;
background-color: #cfeace;
}
fieldset div {
margin-bottom: 6px;
font-weight: normal;
}
legend {
border: 2px ridge #00457b;
font-size: 1.2em;
font-weight: bold;
background-color: #e36a51;
color: white;
padding: 8px 16px;
}
</style>
</head>
<body>
<fieldset><legend>./FluidData/PlotExample</legend>
<p><h2><a href="https://winvector.github.io/FluidData/index.html">..</a></h2></p>
<ul>
<li><a href="KerasPerfPlot.Rmd">KerasPerfPlot.Rmd</a></li>
<li><a href="KerasPerfPlot.html">KerasPerfPlot.html</a></li>
<li><a href="PlotExample.Rmd">PlotExample.Rmd</a></li>
<li><a href="PlotExample.Rproj">PlotExample.Rproj</a></li>
<li><a href="PlotExample.html">PlotExample.html</a></li>
<li><a href="historyobject.rds">historyobject.rds</a></li>
<li><a href="metricsframe.rds">metricsframe.rds</a></li>
<li><a href="xgboostPerfPlot.Rmd">xgboostPerfPlot.Rmd</a></li>
<li><a href="xgboostPerfPlot.html">xgboostPerfPlot.html</a></li>
</ul>
</fieldset></body>
</html>