-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimages.html
21 lines (21 loc) · 1.09 KB
/
images.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Images</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<style>
body {background-color: #222; position: relative; left: 10px; width: 90vw; height: 90vh;}
a, h1, p, span {color: #fff; font-family: verdana;}
</style>
</head>
<body>
<h1>Images</h1>
<p>A few interesting images I made are hosted here. Hover over the images to see their names. All images are free to download.</p>
<img title="Binary fractions 128ths" src="https://mcnole25.github.io/images/binary-fractions.png">
<img title="Dark canvas" src="https://mcnole25.github.io/images/dark-canvas.png">
<img title="Red-green gradient" src="https://mcnole25.github.io/images/gradient.png">
<img title="Height chart - feet to meters" src="https://mcnole25.github.io/images/height-chart.png">
<img title="Human profile icons" src="https://mcnole25.github.io/images/human-icons.png">
<img title="Kelvin temperature scale" src="https://mcnole25.github.io/images/kelvin-scale.png">
</body>
</html>