-
Notifications
You must be signed in to change notification settings - Fork 0
/
resarch.html
47 lines (40 loc) · 1.03 KB
/
resarch.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>H1 this is the way — Test</title>
<link rel="stylesheet" href="style1.css">
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-MML-AM_CHTML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
</head>
<body>
<nav class="menu">
<div class="nav-left">
<ul>
<li><a href="index.html"><img class="logo" src="favicon.png" alt="">ritajit's homepage</a></li>
</ul>
</div>
<div class="nav-right">
<ul>
<li><a href="mailto:[email protected]">Contact</a></li>
<li><a href="resarch.html">Research</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
</nav>
<h1>H1 this is the way</h1>
<p>This is some body text</p>
<p>$$x = y^2$$</p>
<p>Interacting Green's function
\begin{align}
G = (G^{0^{-1}}-\Sigma)^{-1}
\end{align}</p>
<p><code>
Sin[x]
</code></p>
<hr />
</body>
</html>