fix favicon

This commit is contained in:
Crispy 2022-05-07 22:09:56 +02:00
parent 9e7e619eab
commit f62c23f159
6 changed files with 5 additions and 7 deletions

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/media/icons/favicon.png">
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
<title>Blender creations</title>
</head>
<body>

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/media/icons/favicon.png">
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
<title>Fractals</title>
<style>
.demo-render {

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/media/icons/favicon.png">
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
<title>crispypin.cc</title>
</head>
<body>
@ -23,7 +23,6 @@
I am making a voxel engine in rust to learn rust and godot-rust as well as explore voxel systems.
</p>
<video src="/voxels/demo.mp4" controls height="320">video not supported :(</video>
<p>Demo of fast terrain generation</p>
</section>
<section id="ovr-utils">

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/media/icons/favicon.png">
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
<title>Voxel engine</title>
</head>
<body>

View file

@ -17,7 +17,6 @@
I am making a voxel engine in rust to learn rust and godot-rust as well as explore voxel systems.
</p>
<video src="/voxels/demo.mp4" controls height="320">video not supported :(</video>
<p>Demo of fast terrain generation</p>
</section>
<section id="ovr-utils">

View file

@ -2,4 +2,4 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/media/icons/favicon.png">
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">