mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-16 08:59:35 +00:00
17 lines
312 B
HTML
17 lines
312 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>zap-stream-core</title>
|
|
<style>
|
|
html, body {
|
|
margin: 0;
|
|
background: black;
|
|
color: white;
|
|
font-family: monospace;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to %%PUBLIC_URL%%</h1>
|
|
</body>
|
|
</html> |