-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 2.32 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="Referrer-Policy" value="no-referrer | same-origin" />
<meta http-equiv="Content-Security-Policy" content="base-uri 'self'; default-src 'self'; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval'; connect-src 'self' http://127.0.0.1:3000/ https://*.scw.cloud/ ws:; style-src 'self' 'unsafe-inline'; media-src 'self' https://*.scw.cloud/; img-src 'self' data: https: content:;" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CADBase</title>
<link rel="icon" href="/icons/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" />
<link rel="canonical" href="https://app.cadbase.rs/" />
<meta name="author" content="CADBase" />
<meta name="theme-color" content="#1872f0" />
<meta property="og:url" content="https://app.cadbase.rs/" />
<meta property="og:site_name" content="CADBase Platform" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="CADBase Platform" />
<meta property="twitter:title" content="CADBase Platform" />
<meta name="description" content="The platform for publishing and sharing information about drawings and manufacturers." />
<meta property="og:description" content="The platform for publishing and sharing information about drawings and manufacturers." />
<meta property="twitter:description" content="The platform for publishing and sharing information about drawings and manufacturers." />
<meta property="og:image" content="/icons/logo_1920x1080.webp" />
<meta property="og:image:alt" content="The platform for publishing and sharing information about drawings and manufacturers." />
<base data-trunk-public-url />
<link data-trunk rel="css" href="assets/css/bulma.min.css" />
<link data-trunk rel="css" href="assets/css/all.min.css" />
<link data-trunk rel="css" href="assets/css/lil-gui-theme.css" />
<link data-trunk rel="scss" href="src/global.scss"/>
<link data-trunk rel="copy-dir" href="assets/icons"/>
<link data-trunk rel="copy-dir" href="assets/webfonts"/>
<link data-trunk rel="copy-dir" href="assets/js/three"/>
</head>
<body></body>
</html>