Skip to content

Commit

Permalink
Tweak HTNL for header and page title
Browse files Browse the repository at this point in the history
  • Loading branch information
marcnshapiro committed Sep 10, 2016
1 parent f9c9ec1 commit e3b9fd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html >
<head>
<meta charset="UTF-8">
<title>TwitchTV</title>
<title>Twitch</title>

<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<link rel="stylesheet" href="css/style.css">
Expand All @@ -11,6 +11,8 @@
<body>
<center><h1 class="large-type">TWITCH</h1></center>
<br />
<center><h1>Viewer for www.twitch.tv</h1></center>
<br />
<div id="display"></div>

<script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
Expand Down

0 comments on commit e3b9fd5

Please sign in to comment.