M28_App/assets/www/index.html

12 lines
275 B
HTML

<html>
<head>
<title>Mission 28</title>
<link href="css/m28_bootstrap.min.css" rel="stylesheet">
</head>
<body>
<h1>Hello.</h1>
<a href="spec.html">Go to another page...</a>
<p>By the way, you're now using Bootstrap.</p>
</body>
</html>