Updated example.tld to be consistent with the nginx config

This commit is contained in:
Anon 2023-04-19 22:34:39 -07:00
parent eb4494e3e6
commit 9f39cec039

View File

@ -5,6 +5,6 @@
<title>Music Player</title> <title>Music Player</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<iframe scrolling="no" src=music.example.tld width=100% height=307px frameborder="no"> <iframe scrolling="no" src=example.tld width=100% height=307px frameborder="no">
</iframe> </iframe>
</html> </html>