-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
4 lines (4 loc) · 1.51 KB
/
index.html
1
2
3
4
<!DOCTYPE HTML> <html ng-app="sselabWebApp" ng-controller="MainCtrl"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html"> <title>{{headTitle}} | XDU - SSELab</title> <meta http-equiv="cache-control" content="max-age=0"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="cache-control" content="no-store"> <meta http-equiv="expires" content="0"> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT"> <meta http-equiv="pragma" content="no-cache"> <meta name="COPYRIGHT" content="Copyrights @ 2016-2019 XDU - SSELab"> <meta name="AUTHOR" content="x-web"> <meta name="GIT" content="https://github.com/xdsselab/sselab.org.git"> <meta name="description" content="sselab.org"> <meta name="viewport" content="width=device-width,initial-scale=1"> <!-- Bootstrap --> <script type="application/x-javascript">addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); }</script> <link rel="stylesheet" href="styles/vendor.css"> <link rel="stylesheet" href="assets/css/main.css" media="all"> <link href="assets/fonts/css/font-awesome.min.css" rel="stylesheet"> <!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]--> <body> <div ng-view></div> <div ng-include src="'components/footer/footer.html'"></div> <script src="scripts/vendor.js"></script> <script src="scripts/scripts.js"></script>