File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
3- < title > 4D Developer Center</ title >
4- < meta charset ="UTF-8 ">
5- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6- < meta http-equiv ="Content-Security-Policy " content ="default-src 'self' 4d.com *.4d.com; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' " />
7- <!-- Referrer Policy—works! -->
8- < meta name ="referrer " content ="strict-origin-when-cross-origin ">
9- <!-- X-XSS-Protection—possible (deprecated) -->
10- < meta http-equiv ="X-XSS-Protection " content ="1; mode=block ">
11- < link rel ="stylesheet " href ="landing.css ">
12- < link rel ="stylesheet " href ="theme-black.css ">
13- < link rel ="stylesheet " href ="font-awesome.min.css ">
14- < link rel ="shortcut icon " type ="image/x-icon " href ="favicon.ico " />
3+ < head >
4+ < title > 4D Developer Center</ title >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7+ < meta http-equiv ="Content-Security-Policy " content ="default-src 'self' 4d.com *.4d.com; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' " />
8+ <!-- Referrer Policy—works! -->
9+ < meta name ="referrer " content ="strict-origin-when-cross-origin ">
10+ <!-- X-XSS-Protection—possible (deprecated) -->
11+ < meta http-equiv ="X-XSS-Protection " content ="1; mode=block ">
12+ < link rel ="stylesheet " href ="landing.css ">
13+ < link rel ="stylesheet " href ="theme-black.css ">
14+ < link rel ="stylesheet " href ="font-awesome.min.css ">
15+ < link rel ="shortcut icon " type ="image/x-icon " href ="favicon.ico " />
16+ </ head >
1517< body >
1618
1719<!-- Header -->
You can’t perform that action at this time.
0 commit comments