mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 17:14:32 +01:00
18 lines
706 B
HTML
18 lines
706 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" class="has-navbar-fixed-top">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>SpotiFlyer</title>
|
||
|
<script src="web-app.js"></script>
|
||
|
<link rel="icon" href="spotiflyer.svg" type="image/icon type">
|
||
|
<link rel="stylesheet" href="styles.css">
|
||
|
<link href="css-circular-prog-bar.css" rel="stylesheet">
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||
|
<link href="https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="display: flex;flex-direction: column; height: inherit; color: white;" id="root"></div>
|
||
|
</body>
|
||
|
</html>
|