-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.24 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title i18n="app_name"></title>
<meta name="author" content="Michal Šimonfy, http://virae.org">
<link rel="shortcut icon" href="assets/img/icon-default.png">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<h1>
<a data-href="http://www.rozhlas.cz/">Český rozhlas</a>
</h1>
<a id="toggle-view">
<span i18n="about"></span>
<span class="questionmark">?</span>
</a>
</header>
<div id="stations"></div>
<div id="about" style="display: none">
<p i18n="app_description"></p>
<p>
<a data-href="https://buymeacoffee.com/speeddial2">
<img src="assets/img/buy-me-a-coffee.svg" width="156">
</a>
</p>
<p>
<img src="assets/img/github.png" alt="" width="20" style="vertical-align: middle; margin-right: 2px;">
<a data-href="https://github.com/virae/cro-google-chrome" href="#" title="View source on Github">View source on Github</a><br>
</p>
<footer>
<strong>Autor</strong>:
<a data-href="http://virae.org/webdesign">Michal Šimonfy</a> / <a data-href="http://twitter.com/virae">twitter</a>
</footer>
</div>
<script src="assets/js/app.js"></script>
</body>
</html>