mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
11 lines
186 B
HTML
Executable file
11 lines
186 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>
|