<title>Foundation 实例</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/foundation5.5.3/foundation.min.css">
<script src="/js/bootstrap/jquery.min.js"></script>
<script src="/js/foundation5.5.3/foundation.min.js"></script>
<script src="/js/foundation5.5.3/modernizr.js"></script>
<div style="padding:20px;">
<div data-alert class="alert-box">
This is a default alert box.
<a href="#" class="close">×</a>
<div data-alert class="alert-box secondary">
This is a secondary alert box.
<a href="#" class="close">×</a>
<div data-alert class="alert-box success">
<strong>Success!</strong> This alert box indicates a successful or positive action.
<a href="#" class="close">×</a>
<div data-alert class="alert-box info">
<strong>Info!</strong> This alert box indicates a neutral informative change or action.
<a href="#" class="close">×</a>
<div data-alert class="alert-box warning">
<strong>Warning!</strong> This alert box indicates a warning that might need attention.
<a href="#" class="close">×</a>
<div data-alert class="alert-box alert">
<strong>Alert!</strong> This alert box indicates a dangerous or potentially negative action.
<a href="#" class="close">×</a>