all repos — h3 @ aa647248f37beccdda90bf98da52dc00174d1c71

A tiny, extremely minimalist JavaScript microframework.

Added favicon, updated index.html.
h3rald h3rald@h3rald.com
Fri, 17 Apr 2020 09:44:55 +0200
commit

aa647248f37beccdda90bf98da52dc00174d1c71

parent

e1970d572d5ebba538472e4199df97833dd8fda8

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M docs/index.htmldocs/index.html

@@ -1,3 +1,4 @@

+<!doctype html> <html lang="en"> <head> <meta charset="utf-8" />

@@ -5,6 +6,7 @@ <title>H3</title>

<meta name="description" content="A bare-bones client-side web microframework" /> <meta name="author" content="Fabio Cevasco" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="shortcut icon" href="/favicon.png" type="image/png"> <link rel="stylesheet" href="css/mini-default.css" /> <link rel="stylesheet" href="css/style.css" /> </head>