Added favicon

This commit is contained in:
Logan 2024-09-05 02:53:19 -05:00
parent 94b31f579b
commit e231b3eb20
4 changed files with 24 additions and 9 deletions

BIN
favicon.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 KiB

5
head
View file

@ -1,3 +1,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> logan's site </title>
<link rel="icon" type="image/x-icon" href="/favicon.gif">
<style> <style>
@font-face { @font-face {
font-family: 'merriweather'; font-family: 'merriweather';

View file

@ -1,4 +1,9 @@
<!DOCTYPE html><html><head><style> <!DOCTYPE html><html><head><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> logan's site </title>
<link rel="icon" type="image/x-icon" href="favicon.gif">
<style>
@font-face { @font-face {
font-family: 'merriweather'; font-family: 'merriweather';
src: url(/res/merriweather-regular.woff2); src: url(/res/merriweather-regular.woff2);
@ -80,12 +85,12 @@ doing robotics I'm finally starting to get the hang of it. Currently in the
process of discovering my love for hypertext and the world wide web!</p> process of discovering my love for hypertext and the world wide web!</p>
<h2>portfolio</h2> <h2>portfolio</h2>
<ul> <ul>
<li>my git server</li> <li><a href="https://git.lgatlin.dev/logan">my git server</a></li>
<li>http web server</li> <li><a href="https://git.lgatlin.dev/logan/website">http web server</a></li>
<li>html templating language</li> <li><a href="https://git.lgatlin.dev/logan/html-templater">html templating language</a></li>
<li>stack based assembly language</li> <li><a href="https://git.lgatlin.dev/logan/forte">stack based assembly language</a></li>
<li>kinematic image processing</li> <li><a href="https://git.lgatlin.dev/logan/fishbowl">kinematic image processing</a></li>
<li>n dimensional cartesian product</li> <li><a href="https://git.lgatlin.dev/logan/nrange">n dimensional cartesian product</a></li>
<li>stock trading algorithm</li> <li><a href="https://git.lgatlin.dev/logan/stocks">stock trading algorithm</a></li>
</ul> </ul>
</main></body></html> </main></body></html>

View file

@ -1,4 +1,9 @@
<!DOCTYPE html><html><head><style> <!DOCTYPE html><html><head><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> logan's site </title>
<link rel="icon" type="image/x-icon" href="favicon.gif">
<style>
@font-face { @font-face {
font-family: 'merriweather'; font-family: 'merriweather';
src: url(/res/merriweather-regular.woff2); src: url(/res/merriweather-regular.woff2);