mirror of
https://github.com/supleed2/ICAS.git
synced 2024-12-22 14:05:47 +00:00
Changes to make GitHub Pages rebuild
This commit is contained in:
parent
15290ac292
commit
f1648d6843
11
index.html
11
index.html
|
@ -5,26 +5,16 @@
|
|||
<meta charset="utf-8">
|
||||
<meta https-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!--Setup Bootstrap CSS-->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||
<!--Setup Override CSS-->
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
<!--Site icon and title-->
|
||||
<link rel="icon" type="image/png" href="favicon.ico">
|
||||
<title>IC Anime Society</title>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Navbar -->
|
||||
<nav class="navbar navbar-inverse navbar-fixed-top">
|
||||
<div class="container">
|
||||
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
|
||||
aria-expanded="false" aria-controls="navbar">
|
||||
|
@ -37,7 +27,6 @@
|
|||
<img src="images/logo.png" id="logo">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
|
||||
|
|
Loading…
Reference in a new issue