-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ワダエフェ〜ム</title>
<link rel="stylesheet" href="wada.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
</head>
<body>
<h1 id="wadafm">Wada.fm</h1>
<h1 id="todaysletter">さいきんのおたよりぃ〜</h1>
<p id="describe">上の「Wada.fm」、「さいきんのおたよりぃ」の文字をクリックすると・・・</p>
<a href="http://wada.fm"><img src="wadafm.png" id="wadafm_artwork"></a>
<a href="wadafm-soulful.mp3" id="se" download>さあみなさんもワダエフェ〜ム (SE download link)</a>
<a href="https://github.com/kiyugadgeter/wadafm-button/fork" id="forkme">Fork me on Github</a>
<audio src="wadafm-soulful.mp3" id="wadafm_audio" preload="auto" type="audio/mp3"></audio>
<audio src="natami.mp3" id="natami" preload="auto" type="audio/mp3"></audio>
<audio src="recently_letters.mp3" id="otayori" type="audio/mp3" preload="auto"></audio>
<script src="wada.js"></script>
</body>
</html>