mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
attempt to add a favicon
This commit is contained in:
parent
5ac68690e8
commit
d6393be3aa
BIN
MCMCwalk/android-chrome-192x192.png
Normal file
BIN
MCMCwalk/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
MCMCwalk/android-chrome-512x512.png
Normal file
BIN
MCMCwalk/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
MCMCwalk/apple-touch-icon.png
Normal file
BIN
MCMCwalk/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
MCMCwalk/favicon-16x16.png
Normal file
BIN
MCMCwalk/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 823 B |
BIN
MCMCwalk/favicon-32x32.png
Normal file
BIN
MCMCwalk/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
MCMCwalk/favicon.ico
Normal file
BIN
MCMCwalk/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -1,12 +1,18 @@
|
|||||||
<!DOCTYPE html><html lang="en"><head>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||||
<script src="p5.js"></script>
|
<html>
|
||||||
<script src="p5.sound.min.js"></script>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta charset="utf-8">
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||||
|
<title></title>
|
||||||
|
<meta name="Generator" content="Cocoa HTML Writer">
|
||||||
|
<meta name="CocoaVersion" content="1894.6">
|
||||||
|
<style type="text/css">
|
||||||
|
</style>
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="sketch.js"></script>
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
</body></html>
|
|
||||||
|
1
MCMCwalk/site.webmanifest
Normal file
1
MCMCwalk/site.webmanifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
Loading…
x
Reference in New Issue
Block a user