fst – Rev 1

Subversion Repositories:
Rev:
<!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">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="icon" href="favicon.ico">

    <title>Firewall Synchronization Tool</title>

    <link rel='stylesheet' href='node_modules/bootstrap3/dist/css/bootstrap.min.css'>
    <link rel="stylesheet" href="css/flags32.css" />
</head>

<body>

    <div class="container">

        <!-- The justified navigation menu is meant for single line per list item.
           Multiple lines will require custom code not provided by Bootstrap. -->
        <div class="masthead">
            <h1 class="text-muted">FST</h1>
        </div>

        <!-- Jumbotron -->
        <div class="jumbotron">
            <p>Sorry, this area is restriected to authorized personel only.</p>
        </div>

        <!-- Site footer -->
        <footer class="footer">
            <p>&copy; 2019 Wizardry and Steamworks</p>
        </footer>

    </div> <!-- /container -->


    <script src='node_modules/jquery/dist/jquery.min.js'></script>
    <script src='node_modules/angular/angular.min.js'></script>
    <script src='node_modules/bootstrap3/dist/js/bootstrap.min.js'></script>

    <!-- Angular -->
    <script>
        var app = angular.module('myApp', []);
        app.controller('myCtrl', function ($scope, $http) {

        });
    </script>
</body>

</html>

Generated by GNU Enscript 1.6.5.90.