Skip to content

Commit

Permalink
fixed mobile support
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearpidgeon committed Jun 17, 2014
1 parent 66ab90d commit e37e84f
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,17 @@
<html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SubjectMarks</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-slider.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<title>SubjectMarks</title>
</head>

<body>
<!-- <header>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
</div>
<div class="collapse navbar-collapse">
</div>
</div>
</nav>
</header> -->
<main>
<div class="container">
<h1>SubjectMarks <small><code>Beta 1.0</code></small></h1>
Expand Down

0 comments on commit e37e84f

Please sign in to comment.