mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 23:56:50 +08:00
HTML: {sslip,nip}.io: fix favicon, cleanup
- the sslip.io favicon wasn't working, a side effect of switching away from k8s. I now hard-code the favicon.ico to https://sslip.io so that I don't need to copy it to all the mirrors - the nip.io favicon wasn't working, I forgot to copy it from Roopinder's site, so I'm using sslip.io's icon instead - Similarly, I forgot to copy Roopinder's `app.css`; oh well, the styling looks good enough - remove `ie10-viewport..`; it 404'ed. Besides, who uses Windows 8? - remove `starter-template.css`; I couldn't see any obvious difference, and I'm a big fan of keeping things simple, including the minimum number of files. Also, the comment about IE8 made no sense. - got rid of the warning about deprecating ns-azure & ns-aws; they've been gone for over six months. It wasted space & mind share - moved the alert about indexing to the bottom; I never cared about impostor sites, but accommodated Morty Feldman, and he appears to have lost interest (his last PR was nine months ago, 2024-09-19) - updated instructions for updating the website when rolling out new releases
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css"
|
||||
integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
|
||||
<link rel="stylesheet" href="app.css" type="text/css" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="https://sslip.io/img/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user