Initial commit - rss feed implementation
This commit is contained in:
commit
0ecea2ef9d
9 changed files with 566 additions and 0 deletions
21
public/index.html
Normal file
21
public/index.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue