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>
|