51 lines
1.3 KiB
HTML
51 lines
1.3 KiB
HTML
|
|
<!doctype html>
|
|
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
|
|
<html class="no-js" lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
<title>Foundation for Sites Testing</title>
|
|
<link href="../assets/css/foundation-flex.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="top-bar">
|
|
<div class="top-bar-title">
|
|
This should be left aligned as a title
|
|
</div>
|
|
<div class="top-bar-left">
|
|
This should be left aligned next to title
|
|
</div>
|
|
<div class="top-bar-right">
|
|
This should be right aligned
|
|
</div>
|
|
</div>
|
|
<hr/>
|
|
<div class="top-bar">
|
|
<div class="top-bar-title">
|
|
This should be left aligned as a title
|
|
</div>
|
|
<div class="top-bar-right">
|
|
This should be right aligned
|
|
</div>
|
|
</div>
|
|
|
|
<hr/>
|
|
<div class="top-bar">
|
|
<div class="top-bar-left">
|
|
This should be left aligned
|
|
</div>
|
|
<div class="top-bar-right">
|
|
This should be right aligned
|
|
</div>
|
|
</div>
|
|
|
|
<script src="../assets/js/vendor.js"></script>
|
|
<script src="../assets/js/foundation.js"></script>
|
|
<script>
|
|
$(document).foundation();
|
|
</script>
|
|
</body>
|
|
</html>
|