mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update index.html
This commit is contained in:
parent
554e084c4d
commit
a0e43047da
@ -15,7 +15,7 @@
|
|||||||
object-src 'none';
|
object-src 'none';
|
||||||
child-src 'none';
|
child-src 'none';
|
||||||
form-action 'self';
|
form-action 'self';
|
||||||
worker-src 'self';
|
worker-src 'self' blob:;
|
||||||
">
|
">
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
|
||||||
@ -26,6 +26,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>SimpliPlay</h1>
|
<h1>SimpliPlay</h1>
|
||||||
<div class="dialog-overlay" id="dialogOverlay">
|
<div class="dialog-overlay" id="dialogOverlay">
|
||||||
<div class="dialog">
|
<div class="dialog">
|
||||||
|
Loading…
Reference in New Issue
Block a user