Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenCompSci authored Oct 27, 2017
1 parent 5050a9d commit 099d7e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<html lang="en">

<head>
<title>Hacktoberfest Census</title>
<title>Allen Computer Science Hacktoberfest Census</title>
<link rel="icon" href="static/img/site/favicon.png">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width">
<script src="static/js/get_census.js"></script>
<link rel="stylesheet" href="static/css/style.css">
</head>
Expand All @@ -26,4 +26,4 @@ <h1 class="center census-title" id="census-count"></h1>
</div>
</body>

</html>
</html>

0 comments on commit 099d7e2

Please sign in to comment.