deemix-web-frontend/public/index.html

32 lines
1.2 KiB
HTML
Raw Normal View History

2021-10-19 09:22:31 +02:00
<html>
<head>
<meta charset="utf-8">
<title>deemix.oat.zone</title>
<meta name="viewport" content="width=device-width">
<script src="https://cdn.jsdelivr.net/npm/axios@0.20.0/dist/axios.min.js"></script>
2021-10-20 07:48:08 +02:00
<script src="index.js"></script>
<link href="index.css" rel="stylesheet">
2021-10-19 09:22:31 +02:00
</head>
<body>
2021-10-19 20:38:38 +02:00
<div id="header">
2021-10-20 07:31:45 +02:00
<div id="header-left">
<a href="https://deemix.app" target="_blank" class="big link"><img id="deemix" width="26" height="auto" src="https://deemix.app/assets/img/logo.85a922b8.png"> deemix</a>
<a href="https://git.oat.zone/oat/deemix-web-frontend" target="_blank" class="big link"><img id="git" width="26" height="auto" src="https://git-scm.com/images/logos/downloads/Git-Icon-White.png"> git</a>
</div>
<div id="header-right">
2021-10-19 20:38:38 +02:00
<label class="switch">
<input type="checkbox" id="theme-switch">
<span class="slider round"></span>
</label>
2021-10-20 07:31:45 +02:00
</div>
2021-10-19 20:38:38 +02:00
</div>
2021-10-19 09:22:31 +02:00
<span id="main">
2021-10-20 17:40:59 +02:00
<div class="error" id="error"></div>
2021-10-19 09:22:31 +02:00
<input type="search" id="album-search" name="q">
<div id="progress"><div id="progress-album"></div><div id="progress-bar-wrapper"></div></div>
2021-10-19 21:33:04 +02:00
<div id="albums"></div>
2021-10-19 09:22:31 +02:00
</span>
</body>
2021-10-19 15:49:46 +02:00
</html>