Files
idk.i2p/video.html
2022-02-08 21:09:57 -05:00

27 lines
755 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>idk's home page</title>
<link rel="stylesheet" type="text/css" href ="style.css" />
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
<meta name="description" content="I2P Videos"/>
</head>
<body>
<h1>Video Gallery</h1>
<p>These are videos that deal with topics related to I2P. For now,
just talks that I have personally given because I didn't want to
download them all at once.</p>
<ul><li>
<video>
<source src="video/torontotalk.webm" type="video/webm">
</video>
</li><li>
<video>
<source src="video/monerotalk.mp4" type="video/mp4">
</video>
</li></ul>
<script src="script.js" type="text/javascript"></script>
</body>
</html>