20 lines
643 B
HTML
Executable File
20 lines
643 B
HTML
Executable File
<!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 defer src="/js/jquery.js"></script>
|
|
<script defer src="/js/basicanimations.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="ContentToInclude"></div>
|
|
<div class="mainstyle">
|
|
<h1>MusicPlayer</h1>
|
|
<p>This project will merge with a new project in the coming months and will be rewritten from scratch and will be packaged as an electron app.</p>
|
|
<p>Still under construction</p>
|
|
</div>
|
|
<div id="Footer"></div>
|
|
</body>
|
|
</html> |