mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-02-21 12:14:00 +01:00
fix favicon
This commit is contained in:
parent
9e7e619eab
commit
f62c23f159
6 changed files with 5 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
Loading…
Add table
Reference in a new issue