-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>CryptoSouvenirs Podcasts #4 – Telegram</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
<meta name="format-detection" content="telephone=no"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="MobileOptimized" content="176"> | ||
<meta name="HandheldFriendly" content="True"> | ||
|
||
<meta property="og:title" content="CryptoSouvenirs Podcasts #4"> | ||
<meta property="og:image" content=""> | ||
<meta property="og:site_name" content="Telegram"> | ||
<meta property="og:description" content="Сюда складываем голосовушки, чтобы они появились в оформленных по шаблону постах в @CryptoSouvenirs"> | ||
<style>audio { width: 450px; display: block; margin:20px; }</style> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet" type="text/css"> | ||
</head> | ||
<body style="font-family:Roboto"> | ||
<p> | ||
<h1>Mandelbrota: игра по освоению фрактального космохаоса</h1> | ||
<p><ul><li> | ||
Слова: Радио Саша и радиослушатель</li> | ||
<li>Звук: народный</li> | ||
<li>Музыка: народная и Brian Eno | ||
</li></ul> | ||
</p> | ||
<table> | ||
<tr><td> | ||
<audio controls> | ||
<source src="../assets/mandelbrota2022-01-18.ogg" type="audio/ogg"> | ||
<!-- <source src="/assets/mandelbrota2022-01-18.mp3" type="audio/mpeg"> --> | ||
|
||
<p>Your browser doesn't support HTML5 audio. Here is a <a href="/assets/mandelbrota2022-01-18.mp3">link to the audio</a> instead.</p> | ||
</audio></td></tr><tr> | ||
<td align="center"><img src="../assets/21222-360x360.jpg" width="360px" height="360px"></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |