21 lines
652 B
HTML
21 lines
652 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta http-equiv="Content-Security-Policy" content="default-src *;
|
|
img-src * 'self' data: https: http:;
|
|
script-src 'self' 'unsafe-inline' 'unsafe-eval' *;
|
|
style-src 'self' 'unsafe-inline' *" />
|
|
<meta
|
|
name="Sokolov SBS"
|
|
content="Bus stop display app"
|
|
/>
|
|
<title>Sokolov SBS</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|