[ create a new paste ] login | about

Link: http://codepad.org/LrFVTPL4    [ raw code | output | fork ]

PHP, pasted on Oct 11:
<!DOCTYPE html>
<html lang="vi">
<head>
	<meta charset="UTF-8">
	<title>My Website</title>
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
	<link rel="stylesheet" type="text/css" href="/css/style.css">
	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
	<script type="text/javascript" href="/js/js.js"></script>
</head>
<body>
	<div class="container">
		<div class="row">
		<br>
			<div class="col-xs-4 col-sm-3 col-md-6"><img src="https://goo.gl/fgCyaf" alt="" class="img img-responsive"></div>
			<div class="col-xs-4 col-sm-3 col-md-6"><img src="https://goo.gl/fgCyaf" alt="" class="img img-responsive"></div>
			<div class="col-xs-4 col-sm-3 col-md-6"><img src="https://goo.gl/fgCyaf" alt="" class="img img-responsive"></div>
			<div class="col-xs-4 col-sm-3 col-md-6"><img src="https://goo.gl/fgCyaf" alt="" class="img img-responsive"></div>
		</div>
	</div>
</body>
</html>


Output:
<!DOCTYPE html>
<html lang="vi">
<head>
	<meta charset="UTF-8">
	<title>My Website</title>
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
	<link rel="stylesheet" type="text/css" href="/css/style.css">
	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
	<script type="text/javascript" href="/js/js.js"></script>
</head>
<body>
	<div class="container">
		<div class="row">
		<br>
			<div class="col-xs-4 col-sm-3 col-md-6"><img src="https://goo.gl/fgCyaf" alt="" class="img img-responsive"></div>
			<div class="col-xs-4 col-sm-3 col-md-6"><img src="https://goo.gl/fgCyaf" alt="" class="img img-responsive"></div>
			<div class="col-xs-4 col-sm-3 col-md-6"><img src="https://goo.gl/fgCyaf" alt="" class="img img-responsive"></div>
			<div class="col-xs-4 col-sm-3 col-md-6"><img src="https://goo.gl/fgCyaf" alt="" class="img img-responsive"></div>
		</div>
	</div>
</body>
</html>


Create a new paste based on this one


Comments: