mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
add favicon to web UI
This commit is contained in:
@@ -5,6 +5,11 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Bonsai Web UI</title>
|
<title>Bonsai Web UI</title>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/x-icon"
|
||||||
|
href="https://bonsaibim.org/assets/images/favicon-blender.png"
|
||||||
|
/>
|
||||||
<!-- here we request the CSS file from the server, -->
|
<!-- here we request the CSS file from the server, -->
|
||||||
<!-- using registered static path in the server -->
|
<!-- using registered static path in the server -->
|
||||||
<link rel="stylesheet" href="/static/css/demo.css" id="demo-stylesheet" />
|
<link rel="stylesheet" href="/static/css/demo.css" id="demo-stylesheet" />
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Bonsai Web UI</title>
|
<title>Bonsai Web UI</title>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/x-icon"
|
||||||
|
href="https://bonsaibim.org/assets/images/favicon-blender.png"
|
||||||
|
/>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
|
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Bonsai Web UI</title>
|
<title>Bonsai Web UI</title>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/x-icon"
|
||||||
|
href="https://bonsaibim.org/assets/images/favicon-blender.png"
|
||||||
|
/>
|
||||||
<link rel="stylesheet" type="text/css" href="/jsgantt/jsgantt.css" />
|
<link rel="stylesheet" type="text/css" href="/jsgantt/jsgantt.css" />
|
||||||
<link rel="stylesheet" href="/static/css/gantt.css" id="gantt-stylesheet" />
|
<link rel="stylesheet" href="/static/css/gantt.css" id="gantt-stylesheet" />
|
||||||
<link
|
<link
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Bonsai Web UI</title>
|
<title>Bonsai Web UI</title>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/x-icon"
|
||||||
|
href="https://bonsaibim.org/assets/images/favicon-blender.png"
|
||||||
|
/>
|
||||||
<link rel="stylesheet" href="/static/css/index.css" id="index-stylesheet" />
|
<link rel="stylesheet" href="/static/css/index.css" id="index-stylesheet" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|||||||
Reference in New Issue
Block a user