Skip to content

Commit

Permalink
Adds missing index.html (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jul 7, 2018
1 parent d3fd91d commit af1584d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<html>
<head>
<title>GUN server</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
<style>
html, body {
margin: 0;
padding: 0;
}
</style>
<h1>GUN server</h1>
</body>
</html>

0 comments on commit af1584d

Please sign in to comment.