You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.8 KiB
101 lines
2.8 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Radio . Iceberg</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta
|
|
property="og:image"
|
|
content="http://radioiceberg.net/images/social-preview.jpg"
|
|
/>
|
|
<meta
|
|
property="og:title"
|
|
content="Звуки севера, пронзающие пустоту космоса."
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="Наверху нихуя, внизу дохуя. Независимое интернет-радио."
|
|
/>
|
|
<meta property="og:type" content="music.radio_station" />
|
|
<meta
|
|
name="description"
|
|
content="Наверху нихуя, внизу дохуя. Независимое интернет-радио."
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="icons/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="icons/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="icons/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="icons/site.webmanifest" />
|
|
<link rel="stylesheet" type="text/css" href="styles.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<span class="logo">
|
|
<h1>Radio</h1>
|
|
<span class="logo_dot">
|
|
<span class="logo_dot_inner"></span>
|
|
</span>
|
|
<h1>Iceberg</h1>
|
|
</span>
|
|
<button class="play-stream">
|
|
<svg viewBox="0 0 2000 500">
|
|
<defs></defs>
|
|
|
|
<polygon
|
|
points="0,0, 2000,250, 2000,250, 0,500"
|
|
fill="var(--color-colors-additional-light)"
|
|
>
|
|
<animate
|
|
id="play-button-animation"
|
|
attributeName="points"
|
|
dur="1.25s"
|
|
fill="freeze"
|
|
from="0,0, 2000,250, 2000,250, 0,500"
|
|
to="0,0, 2000,250, 2000,250, 0,500"
|
|
restart="always"
|
|
/>
|
|
</polygon>
|
|
</svg>
|
|
<audio controls preload="auto" src="/stream" />
|
|
</button>
|
|
<div class="now-playing">
|
|
<div class="now-playing_title">now playing:</div>
|
|
<div class="now-playing_artist">We don't know'</div>
|
|
<div class="now-playing_song">yet...</div>
|
|
</div>
|
|
<div class="icebergs">
|
|
<svg viewBox="0 0 100 100">
|
|
<polygon
|
|
id="iceberg1"
|
|
points="0,0, 100,0, 100,100, 0,100"
|
|
fill="var(--color-colors-additional-light)"
|
|
></polygon>
|
|
<polygon
|
|
id="iceberg2"
|
|
points="5,5, 95,5, 95,95, 5,95"
|
|
fill="var(--color-colors-additional-dark)"
|
|
></polygon>
|
|
<polygon
|
|
id="iceberg3"
|
|
points="10,10, 90,10, 90,90, 10,90"
|
|
fill="var(--color-colors-additional-medium)"
|
|
></polygon>
|
|
</svg>
|
|
</div>
|
|
<script src="main.js" type="module"></script>
|
|
</body>
|
|
</html>
|