aboutsummaryrefslogtreecommitdiffstats
path: root/admportal/views/partials/head.ejs.orig
blob: 2f6f537e410c2ccede5fee3bc3afbbf49ced3a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<meta charset="UTF-8">
<title>SDN-C AdminPortal</title>

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="/stylesheets/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="/stylesheets/bootstrap-theme.min.css">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="/javascripts/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="/javascripts/bootstrap.min.js"></script>