Skip to content

Commit

Permalink
Rename title to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Nov 29, 2017
1 parent 66922a4 commit d6bcd8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>MoProxy</title>
<title>moproxy</title>
<style>
body { margin: 1em 3em; color: #555; }
table { border-collapse: collapse; }
Expand All @@ -18,8 +18,8 @@
</style>
</head>
<body>
<h1>MoProxy</h1>
<p>MoProxy is running.</p>
<h1>moproxy</h1>
<p>moproxy is running.</p>
<button id="refresh">Refresh</button>

<h2>Proxy servers</h2>
Expand Down

0 comments on commit d6bcd8e

Please sign in to comment.