-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Now Playing Addon</title>
<script defer src="./script.js"></script>
<link defer rel="stylesheet" href="./style.css">
<meta name="description" content="Now playing web widget for spotify to add to obs without any downloads.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Spotify Now Playing Widget">
<meta name="twitter:description" content="Now playing web widget for spotify to add to obs without any downloads">
<meta name="twitter:Site" content="@enzojore">
<meta property="og:title" content="Spotify Now Playing Widget">
<meta property="og:site_name" content="Spotify Now Playing Widget | enzomtp">
<meta property="og:description" content="Now playing web widget for spotify to add to obs without any downloads">
<meta property="og:author" content="enzomtp | [FR] εиzσრтρ ¬_¬ ^▽^#0001">
<meta name="author" content="enzomtp | [FR] εиzσრтρ ¬_¬ ^▽^#0001">
</head>
<body>
<div class="full-center">
<p style="padding-bottom: 15px;">Please ensure you are on <a href="https://discord.com/invite/UrXF2cfJ7F">lanyard</a>'s discord</p>
<label> Your discord id : </label><input type="text" id="DiscID" placeholder="Discord ID" />
<button class="okbtn" id="copy">Copy url</button>
<button class="okbtn" id="goto">Go to widget</button>
</div>
</body>
</html>