-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.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>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" href="/images/favicon.png" type="image/x-icon">
<title>Song Bihdays!</title>
</head>
<body>
<div id="layer"></div>
<h1><a href="https://github.com/Song-Bihdays/song-bihdays.github.io" target="_blank">Song Bihdays!</a></h1>
<p class="center">Celebrating songs' birthdays</p>
<p class="center">Made with the help of the <a href="https://www.mediawiki.org/wiki/API:Main_page" target="_blank">MediaWiki Action API</a>, <a href="https://github.com/spencermountain/wtf_wikipedia" target="_blank">wtf-wikipedia</a>, and <a href="https://github.com/pieroxy/lz-string" target="_blank">lz-string</a> :)</p>
<h2>Today's list:</h2>
<div id="songs"></div>
<textarea id="pageLog" rows="8" cols="40" readonly></textarea>
<p><a href="https://www.craiyon.com/image/IFQizMEpSW-6N4Wd7slDfA" target="_blank">Background image</a> generated by <a href="https://www.craiyon.com/">Craiyon</a></p>
<script src="lz-string.js"></script>
<script src="script.js"></script>
</body>
</html>