-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 714 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<head>
<title>Used Sources!</title>
<link rel="stylesheet" href="https://flarenetwork.github.io/bootstrap/css/bootstrap.css">
<script type="text/javascript" src="http://flarenetwork.github.io/bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-3 col-md-2"></div>
<div class="col-12 col-md-8">
<div class="panel panel-default">
<div class="panel panel-heading">Used Sources</div>
<div class="panel panel-content"><center>
<p>© Bootstrap --> <a href="http://getbootstrap.com/?utm_source=flarenetwork">http://getbootstrap.com/</a></p>
</center></div>
</div>
</div>
<div class="col-3 col-md-2"></div>
</div>
</div>
</body>