-
Notifications
You must be signed in to change notification settings - Fork 2
/
oldindex.html
40 lines (31 loc) · 1.31 KB
/
oldindex.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
<!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">
</head>
<body>
<div class = "container-fluid" id= "headerbox">
<div class = "row">
<div class = "col-md-1 col-sm-2"></div>
<div class = "col-md-10 col-sm-8 col-xs-12" id="pic">
<a href ="http://neapolitan-a-la-code.github.io/blog/"><img class="img-responsive logo" src="http://files.slack.com/files-pri/T02KHSN5M-F02NZLV4G/twitterfeed.png"></a>
</div>
</div>
</div>
<div id="main" class="container-fluid">
<div class="row">
<div class="col-md-1 col-sm-2"></div>
<div class="col-md-10 col-sm-8 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>
<script type="text/javascript" src="relative-time.js"></script>
</body>
</html>