
<head>
    <link rel="stylesheet" type="text/css" href="css/browning.css">
    <link rel="stylesheet" type="text/css" href="css/menu.css">
    <link rel="stylesheet" type="text/css" href="css/z-axis.css">
    <link rel="stylesheet" type="text/css" href="css/speechbubbles.css">
    <link rel="stylesheet" type="text/css" href="css/margins.css">

    {{#each acts}}
        {{#if this.id includeZero=true}}
            <link rel="stylesheet" type="text/css" href="css/browning_{{this.id}}.css"></link>
        {{/if}}
    {{/each}}
    <script src="client/bundle.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/ScrollTrigger.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/MotionPathPlugin.min.js"></script>
    <!-- plot script -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
    <script src="https://acp.k8s.glimworks.se/client/bundle.js"></script></script>
    <!-- rain drops -->
    <!--
    <script src="https://cdnjs.cloudflare.com/ajax/libs/rainyday.js/0.1.2/rainyday.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
    -->
</head>