summaryrefslogtreecommitdiffhomepage
path: root/front-page.php
blob: c4826e61a9fb3261c5108759eec9364124dd9af5 (plain)
1
2
3
4
5
6
7
<?php get_header();?>

	<main class="container">
	  <h1>Hello world!</h1>
	</main>

<?php get_footer();?>