-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (66 loc) · 2.13 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<html>
<head>
<title>dev.hashtagtees . Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<style>
body {
padding-top: 60px;
}
</style>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" id="logo" href="#">dev.hahstagtees.net</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active">
<a href="#">Dev Home</a>
</li>
<li>
<a href="parser.html">Parser</a>
</li>
<li>
<a href="resources.html">Resources</a>
</li>
<li>
<a href="http://beta.hashtagtees.net/index.html">beta Site</a>
</li>
<li>
<a href="http://www.hashtagtees.net/new">inDev Site</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<h1>Welcome to dev.hashtagtees.net</h1>
<br />
<p>This is the developer/designer management homepage for hashtagtees.net.</p>
<p>To get the tweets from the HTML provided in an order go to 'Tweet Parser'.</p>
</div>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<srcipt src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
</body>
</html>