This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/index.html
2015-07-29 02:04:32 +01:00

18 lines
295 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>%s - mumbledj</title>
<script type="text/javascript">
function addURL(url) {
}
</script>
</head>
<body>
<h1>Add Song Form</h1>
<input type="text"/>
<input type="button" value="Add Song" />
</body>
</html>