mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
20 lines
566 B
HTML
20 lines
566 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Now Playing</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="shortcut icon" href="#" />
|
|
<link rel="stylesheet" href="./style.css" />
|
|
<link id="theme-style" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="main-container">
|
|
</div>
|
|
</body>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/color-thief/2.3.2/color-thief.min.js"></script>
|
|
<script src="/.common/utils/helpers.js"></script>
|
|
<script src="/.common/enums/smtc-enums.js"></script>
|
|
<script id="theme-script" src="./script.js"></script>
|
|
</html> |