mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
14 lines
180 B
HTML
Executable File
14 lines
180 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" style="height: 100vh"></div>
|
|
<script src="./bundle.js"></script>
|
|
</body>
|
|
|
|
</html>
|