This commit is contained in:
edwark43 2023-04-06 12:03:53 -04:00 committed by GitHub
parent f9fbe843ab
commit ad72fef449
3 changed files with 8 additions and 2 deletions

BIN
assets/imgs/25231.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -90,4 +90,10 @@ body {
}
.materialtext{
font-size: 19.2px;
}
.imglink {
width: 32px;
height: 32px;
background-color: black;
float: left;
}

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="noscroll">
<head>
<title>Home</title>
<title>About</title>
<link
rel="apple-touch-icon"
sizes="180x180"
@ -37,5 +37,5 @@
<link rel="stylesheet" href="/assets/styles/main.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body></body>
<body><img src="/assets/imgs/25231.png" alt=""></body>
</html>