mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
13 lines
158 B
HTML
Executable file
13 lines
158 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id='app'></div>
|
|
<script src="./bundle.js"></script>
|
|
</body>
|
|
|
|
</html>
|