# HG changeset patch # User Raphaël Gomès <rgomes@octobus.net> # Date 1657575523 -7200 # Mon Jul 11 23:38:43 2022 +0200 # Node ID f334a1ed5eb1aaa88faa01bdc9c0d896a486389c # Parent 7c7a4bb1cf2af9022c88daacb1271faa8b0fce27 web-ui: remove all fun Closes #9 diff --git a/web-ui/index.html b/web-ui/index.html --- a/web-ui/index.html +++ b/web-ui/index.html @@ -5,7 +5,7 @@ <link rel="icon" href="/favicon.ico" /> <link rel="stylesheet" href="/src/assets/normalize.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Poulpe</title> + <title>Mercurial benchmarking suite</title> </head> <body> <div id="app"></div> diff --git a/web-ui/src/App.svelte b/web-ui/src/App.svelte --- a/web-ui/src/App.svelte +++ b/web-ui/src/App.svelte @@ -17,7 +17,7 @@ </script> <main> - <h1>Poulpe!</h1> + <h1>Mercurial benchmarking suite</h1> {#await import("../../results-new.json")} <h2>Loading...</h2> @@ -42,10 +42,8 @@ h1 { color: #ff3e00; text-transform: uppercase; - font-size: 4rem; font-weight: 100; line-height: 1.1; margin: 2rem auto; - max-width: 14rem; } </style>