17 lines
427 B
HTML
17 lines
427 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>MusicPlayer - janishutz.com</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
|
<script src="/js/jquery.js"></script>
|
|
<script src="/js/basicanimations.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="ContentToInclude"></div>
|
|
<h1>MusicPlayer</h1>
|
|
<p>Still under construction</p>
|
|
<div id="Footer"></div>
|
|
</body>
|
|
</html> |