Improved styling of tutorial and generated music playlist display.
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="./assets/css/prism.css" />
|
||||
<link rel="stylesheet" href="./assets/css/main.css" />
|
||||
<script src="./assets/js/prism.js" defer></script>
|
||||
<script src="./assets/js/audioshowkit.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="./assets/js/audioshowkit.js"></script>
|
||||
<div>
|
||||
<h1>Creating a Music Player</h1>
|
||||
<p>One of the most basic principles behind AudioShowKit is the {@link MusicPlayer}. The song player acts as an easy way for developers to set up a list of songs with simple generated controls while exposing more complex events if needed.</p>
|
||||
|
Reference in New Issue
Block a user