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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css"> <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> <title>Blender creations</title>
</head> </head>
<body> <body>

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css"> <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> <title>Fractals</title>
<style> <style>
.demo-render { .demo-render {

View file

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

View file

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

View file

@ -2,4 +2,4 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css"> <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">