-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (61 loc) · 1.66 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>A sample proof by Michael J Klein</title>
<style type="text/css">
body, html
{
margin: 0;
padding: 0;
height: 100%;
overflow: auto;
}
iframe
{
height: -webkit-fill-available;
frameborder: 0;
hspace: 0;
width: inherit;
scrolling: auto
}
#fancybox-content
{
border-width: 10px;
width: 100%;
height: max-content
}
</style>
<script async type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" type="text/css" media="screen" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110035124-1"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110035124-1');
</script>
</head>
<body bgcolor=white>
<article>
<header>
<h1>A sample proof by Michael J Klein</h1>
<p> <a href="https://github.com/michaeljklein">https://github.com/michaeljklein</a> </p>
<div>
<ul>
<li>Source code <a href="https://github.com/michaeljklein/michaeljklein.github.io">On Github</a>.
</ul>
</div>
<div>
<hr>
</div>
</header>
<div id="fancybox-content">
<iframe id="fancybox-frame" name="fancybox-frame" src="ProofSample.html">
</iframe>
</div>
</article>
</body>
</html>