mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
11 lines
347 B
HTML
11 lines
347 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self';" />
|
|
</head>
|
|
<body style="overflow: hidden">
|
|
<img src="img/icon_cube_border.png" width="100%" height="100%" />
|
|
</body>
|
|
</html>
|