26 lines
712 B
HTML
26 lines
712 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title> </title>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
||
|
<script src="genregen.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="title"> Listen to </div>
|
||
|
|
||
|
<div id="genre"> <a href="javascript:void(0)"></a> </div>
|
||
|
|
||
|
<div id="impressum">
|
||
|
Created by
|
||
|
<a href="http://www.thehappy.de/~xeno/"> xeno </a>
|
||
|
and
|
||
|
<a href="http://mxey.net"> mxey </a>
|
||
|
|
|
||
|
<a href="https://github.com/mxey/genregenerator"> fork me on github </a>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|