Add icons and fix a security warning

This commit is contained in:
2026-02-17 13:33:44 +01:00
parent 2e54d5b222
commit 0366210841
12 changed files with 51 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>Welcome to Silk Fly Launcher</title>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline';" />
<link rel="stylesheet" href="welcome.css" />
<link rel="stylesheet" href="style.css" />
</head>