mirror of
https://github.com/bspeice/M28_App
synced 2024-11-05 07:38:17 -05:00
12 lines
275 B
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>
|