-
Notifications
You must be signed in to change notification settings - Fork 0
/
explore.php
53 lines (44 loc) · 2.55 KB
/
explore.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EXPLORE PAGE - Jost</title>
<?php include '_inc/css.php';?>
</head>
<body>
<?php include '_inc/super-menu-02.php';?>
<?php include '_inc/header.php';?>
<?php include '_inc/mobile-menu-02.php';?>
<?php include '_inc/big-four-03.php';?>
<div class="container">
<div class="row">
<section class="main col-sm-12">
<h1>EXPLORE Test Page</h1>
<p>Ham flank kevin ham leberkas, ribs pig cow round shankle. Tip pig frankfurter.
Cow ham beef kielbasa. Porchetta ham shoulder. Ham pig tail doner pork. Beef
porchetta pancetta pig cow round tenderloin ham capicola pig landjaeger cow
round cow meatball, capicola flank tongue shoulder ribs, ham ribs ball mignon
leberkas, brisket tip pork cow tip ham ribs ribs ribs. Mignon capicola brisket,
round sausage frankfurter, bacon ham cow tail tri-tip ham ham shank hamburger
bierschinken cow capicola round ham chicken bierschinken, jerky hamburger ham
ribs spare cow cow beef braunschweiger, shoulder pork ribeye ham ball.</p>
<p>Loin tip pancetta, ham belly sirloin porchetta ham cow pork bresaola
bierschinken, pancetta jowl cow sausage bierschinken, ground pig cow strip
sirloin, turducken round porchetta pig pig short tri-tip, fatback ground jowl
sausage shank. Rump cow capicola. Prosciutto pork drumstick venison, fatback
frankfurter pig venison, pig flank pork corned kielbasa, hock tip andouille ham
porchetta chuck belly ham loin, ham kevin ribs cow porchetta, ham pork
drumstick, brisket tip turducken. Pig ground ham short cow hamburger tip
leberkas, ham boudin frankfurter, pork sirloin tip andouillette. Hock tri-tip
ham drumstick ham jerky ham tip pork landjaeger ham tip sirloin ham capicola ham
ham strip tri-tip. Cow capicola tip venison ham ham ham doner capicola. Salami
drumstick cow fatback.</p>
</section>
</div><!-- end row-->
</div><!--end container-->
<?php include '_inc/footer-02.php';?>
<?php include '_inc/scripts.php';?>
</body>
</html>