summaryrefslogtreecommitdiffstats
path: root/app/index.html
blob: 03f4584cd4107786642cb40e2f5b1e7ebb521a4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>

<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />

        <title>SCROTT DEVELOPMENT</title>

        <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" />
    </head>

    <body>
        <h1>Hello, world!</h1>

        <script type="text/javascript" src="assets/js/jquery.min.js"></script>
        <script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
    </body>
</html>