Skip to content

Commit

Permalink
Remove extraneous </script> in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhou842 committed Apr 23, 2019
1 parent 93f4649 commit aa3487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>An example .io game</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link type="text/css" rel="stylesheet" href="/game.bundle.css"></script>
<link type="text/css" rel="stylesheet" href="/game.bundle.css">
<link rel="shortcut icon" href="/assets/icon64.png">
<meta property="description" content="A complete example multiplayer .io web game implemented from scratch. Built with Javascript and Node.js. Open source on Github.">
<meta property="og:title" content="An example .io game">
Expand Down

0 comments on commit aa3487e

Please sign in to comment.