mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
12 lines
280 B
HTML
12 lines
280 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Webamp Demo</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="./index.js"></script>
|
|
</body>
|
|
</html>
|