generated from github/codespaces-jupyter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (34 loc) · 1.53 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
<style>
body {
background-color: #f0f0f0;
}
figure {
margin: 1em 0;
text-align: center;
}
figcaption {
font-weight: bold;
margin-bottom: 0.5em;
}
video {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 100%;
max-width: 500px;
}
</style>
<figure>
<figcaption><a href="https://github.com/markNZed/codespaces-manim/raw/main/src/notebook/media/videos/notebook/480p30/ImpredicativityAnimation.mp4">Impredicativity Animation</a></figcaption>
<video controls>
<source src="https://github.com/markNZed/codespaces-manim/raw/main/src/notebook/media/videos/notebook/480p30/ImpredicativityAnimation.mp4" type="video/mp4" />
<p>Your browser doesn't support HTML5 video. Here is a <a href="https://github.com/markNZed/codespaces-manim/raw/main/src/notebook/media/videos/notebook/480p30/ImpredicativityAnimation.mp4">link to the video</a> instead.</p>
</video>
</figure>
<figure>
<figcaption><a href="https://github.com/markNZed/codespaces-manim/raw/main/src/notebook/media/videos/notebook/480p10/processism.mp4">Processism</a></figcaption>
<video controls>
<source src="https://github.com/markNZed/codespaces-manim/raw/main/src/notebook/media/videos/notebook/480p10/processism.mp4" type="video/mp4" />
<p>Your browser doesn't support HTML5 video. Here is a <a href="https://github.com/markNZed/codespaces-manim/raw/main/src/notebook/media/videos/notebook/480p10/processism.mp4">link to the video</a> instead.</p>
</video>
</figure>