1
2 <!doctype html>
3<html lang="en">
4 <head>
5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7 <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
8 <link rel="stylesheet" type="text/css" href="custom.css">
9 <title>Hello, world!</title>
10 </head>
11 <body>
12 <h1>Hello, world!</h1>
13 </body>
14</html>
15