fst – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!DOCTYPE html>
2 <html lang="en">
3  
4 <head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
9 <meta name="description" content="">
10 <meta name="author" content="">
11 <link rel="icon" href="favicon.ico">
12  
13 <title>Firewall Synchronization Tool</title>
14  
15 <link rel='stylesheet' href='node_modules/bootstrap3/dist/css/bootstrap.min.css'>
16 <link rel="stylesheet" href="css/flags32.css" />
17 </head>
18  
19 <body>
20  
21 <div class="container">
22  
23 <!-- The justified navigation menu is meant for single line per list item.
24 Multiple lines will require custom code not provided by Bootstrap. -->
25 <div class="masthead">
26 <h1 class="text-muted">FST</h1>
27 </div>
28  
29 <!-- Jumbotron -->
30 <div class="jumbotron">
31 <p>Sorry, this area is restriected to authorized personel only.</p>
32 </div>
33  
34 <!-- Site footer -->
35 <footer class="footer">
36 <p>&copy; 2019 Wizardry and Steamworks</p>
37 </footer>
38  
39 </div> <!-- /container -->
40  
41  
42 <script src='node_modules/jquery/dist/jquery.min.js'></script>
43 <script src='node_modules/angular/angular.min.js'></script>
44 <script src='node_modules/bootstrap3/dist/js/bootstrap.min.js'></script>
45  
46 <!-- Angular -->
47 <script>
48 var app = angular.module('myApp', []);
49 app.controller('myCtrl', function ($scope, $http) {
50  
51 });
52 </script>
53 </body>
54  
55 </html>