-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
42 lines (32 loc) · 1.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>NeapFeed</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" style="text/css" href="stylesheet.css">
<link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
</head>
<body>
<div class = "container-fluid" id= "headerbox">
<div class = "row">
<div class = "col-md-1"></div>
<div class = "col-md-10 col-sm-12 col-xs-12" id="pic">
<a href ="http://neapolitan-a-la-code.github.io/blog/"><img class="img-responsive logo" src="twitterfeed.png"></a>
</div>
</div>
</div>
<div id="main" class="container-fluid">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10 col-sm-12 col-xs-12" id="content">
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>