"you are here" in favicon (idea from Yves)
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<title>Daedalus</title>
|
||||
<meta charset=utf-8 />
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.php"/>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" id="favicon"/>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<!-- Import maps polyfill -->
|
||||
<!-- Remove this when import maps will be widely supported -->
|
||||
@ -12,8 +12,8 @@
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"three": "https://unpkg.com/three@0.155/build/three.module.js?module",
|
||||
"three/addons/": "https://unpkg.com/three@0.155/examples/jsm/"
|
||||
"three": "https://unpkg.com/three@0.157/build/three.module.js?module",
|
||||
"three/addons/": "https://unpkg.com/three@0.157/examples/jsm/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user