forked from rahuldave/gpages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patholdindex.html
48 lines (36 loc) · 1.34 KB
/
oldindex.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Case of the Italian Olives</title>
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$', '$'] ],
displayMath: [ ['$$', '$$']],
processEscapes: true,
displayAlign: 'center',
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
</head>
<body>
<nav>
<a href="/testgpages/">Support Vector Olives</a>
| <a href="/testgpages/olives-eda.html">EDA</a>
| <a href="/testgpages/olives-model.html">Models</a>
</nav>
<h1>The Case of the Italian Olives</h1>
<p>This is the home page</p>
<h2 id="lets-have-fun">Lets have fun</h2>
<blockquote>
<p>here is a quote</p>
</blockquote>
<p>Here is <em>emph</em> and <strong>bold</strong>.</p>
<p>Here is some inline math $\alpha = \frac{\beta}{\gamma}$ and, of-course, E rules:</p>
<script type="math/tex; mode=display">G_{\mu\nu} + \Lambda g_{\mu\nu} = 8 \pi T_{\mu\nu} .</script>
</body>
</html>