File "btn.html"
Full Path: /home/cananyalcin/public_html/webpanel/css/bootstrap/btn.html
File size: 1.7 KB
MIME-type: text/html
Charset: 8 bit
<!doctype html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Start Header-->
<title> - </title>
<script src="bootstrap/js/jquery-2.1.1.js"></script>
<!-- Latest compiled and minified CSS -->
<!--Bootsrap-rtl -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="bootstrap/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<link href='bootstrap/font/CheltenhamStd-BoldCond.otf' rel='stylesheet' type='text/css'>
<!--bootstrap-rtl-->
<link rel="stylesheet" href="bootstrap/css/bootstrap-rtl.css">
<!--<link rel="stylesheet" href="style.css">-->
<style>
.c{border:1px solid #000;}
</style>
</head>
<body>
<!--Start container -->
<div class="container">
<!--Start Row 1-->
<div class="row" >
<div class="col-md-12 col-xs-12">
<table class="table table-striped">
<tr>
<td>Test </td>
<td>Test </td>
<td>Test </td>
</tr>
<tr>
<td>Test </td>
<td>Test </td>
<td>Test </td>
</tr>
<tr>
<td>Test </td>
<td>Test </td>
<td>Test </td>
</tr>
</table>
</div>
</div>
<!--End Row 1-->
</div>
<!-- container -->
</body>
</html>