After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 6.1 KiB |
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<browserconfig> |
||||
<msapplication> |
||||
<tile> |
||||
<square150x150logo src="/mstile-150x150.png"/> |
||||
<TileColor>#da532c</TileColor> |
||||
</tile> |
||||
</msapplication> |
||||
</browserconfig> |
After Width: | Height: | Size: 637 B |
After Width: | Height: | Size: 935 B |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 3.1 KiB |
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
{ |
||||
"name": "", |
||||
"short_name": "", |
||||
"icons": [ |
||||
{ |
||||
"src": "/android-chrome-192x192.png", |
||||
"sizes": "192x192", |
||||
"type": "image/png" |
||||
}, |
||||
{ |
||||
"src": "/android-chrome-512x512.png", |
||||
"sizes": "512x512", |
||||
"type": "image/png" |
||||
} |
||||
], |
||||
"theme_color": "#E880C5", |
||||
"background_color": "#16171D", |
||||
"display": "standalone" |
||||
} |
@ -1,3 +1,10 @@
@@ -1,3 +1,10 @@
|
||||
.videoElement { |
||||
width: 100%; |
||||
background-color: #111117; |
||||
border-radius: 5px; |
||||
} |
||||
|
||||
.videoElementText { |
||||
color: white; |
||||
margin: 0; |
||||
} |
||||
|