dh_ackergaul
vor 3 Tagen 5bbf43c1b146439ab882815c12ed6292f1d7b4df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
doctype html
html
    head
        meta(charset="utf-8")
        //meta(name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no,minimum-scale=1, maximum-scale=1.0")
        meta(name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height")
        meta(name="mobile-web-app-capable" content="yes")
        meta(name="apple-mobile-web-app-title" content="furnview")
        //meta(http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-eval' 'unsafe-inline' ws://10.0.0.125:443 http://10.0.0.125:443 https://fonts.googleapis.com")
        link(rel="icon" sizes="128x128" href="/images/favicon.png")
        link(rel="apple-touch-icon" sizes="128x128" href="/images/favicon.png")
        link(rel="apple-touch-icon-precomposed" sizes="128x128" href="/images/favicon.png")
        title furnview - Unsupported browser detected
        // STYLES
        link(rel="stylesheet", href="/styles/0fc145572b09ffbad242.dhmc.css")
        // STYLES END
 
        // SCRIPTS
        script(src="/js/0fc145572b09ffbad242.externals.js")
        // SCRIPTS END
 
        script(src="/js/unsupported.js")
 
    body
        .center.unsupported-error-container