Skip to content

Commit cdf7a3b

Browse files
committed
Cosmetic
1 parent 06166a6 commit cdf7a3b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extraction/html/img/bag-48.png

-2.07 KB
Binary file not shown.

extraction/html/img/shop-48.png

898 Bytes
Loading

src/View.v

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Definition header : LString.t :=
1818
<meta charset=""utf-8"">
1919
<meta name=""viewport"" content=""width=device-width, initial-scale=1"">
2020
<title>Coq OPAM</title>
21-
<link rel=""shortcut icon"" type=""image/png"" href=""img/bag-48.png"" />
21+
<link rel=""shortcut icon"" type=""image/png"" href=""img/shop-48.png"" />
2222
<link rel=""stylesheet"" href=""style.min.css"" type=""text/css"" />
2323
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
2424
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -31,7 +31,7 @@ Definition header : LString.t :=
3131
<div class=""container-fluid"">
3232
<div class=""navbar navbar-default"" role=""navigation"">
3333
<div class=""navbar-header"">
34-
<a class=""navbar-brand"" href="".""><img alt=""icon"" src=""img/bag-48.png"" height=""24""> Coq OPAM</a>
34+
<a class=""navbar-brand"" href="".""><img alt=""icon"" src=""img/shop-48.png"" height=""24""> Coq OPAM packages</a>
3535
</div>
3636
<div id=""navbar"" class=""collapse navbar-collapse"">
3737
<p class=""navbar-text navbar-right""><a class=""navbar-link"" href=""https://github.com/coq/opam-coq-archive"">github.com/coq/opam-coq-archive</a></p>
@@ -48,7 +48,7 @@ Definition footer : LString.t :=
4848
<hr/>
4949
<div class=""footer"">
5050
<p class=""text-center"">
51-
<small>Sources are on <a href=""https://github.com/coq-io/opam-website"">GitHub</a>. Proudly powered by <a href=""http://coq.io/"">Coq.io</a>. © Guillaume Claret</small>
51+
<small>Sources are on <a href=""https://github.com/coq-io/opam-website"">GitHub</a>. Proudly powered by <a href=""http://coq.io/"">Coq.io</a>.</small>
5252
</p>
5353
</div>
5454
</div>
@@ -73,8 +73,8 @@ Module Index.
7373
</div>
7474
<div class=""col-md-9"">
7575
<h1>" ++ LString.of_N 10 10 None nb_packages ++
76-
LString.s " packages <small>" ++ LString.of_N 10 10 None nb_versions ++
77-
LString.s " versions</small></h1>
76+
LString.s "&nbsp;packages <small>" ++ LString.of_N 10 10 None nb_versions ++
77+
LString.s "&nbsp;versions</small></h1>
7878
<p><a href=""http://opam.ocaml.org/""> OPAM</a> is the most popular package manager for the <a href=""https://coq.inria.fr/"">Coq</a> community.</p>
7979
<p>Activate the Coq repository:</p>
8080
<pre>opam repo add coq-released https://coq.inria.fr/opam/released</pre>

0 commit comments

Comments
 (0)