You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>JSP Page</title>
|
|
<link href="./css/bootstrap-grid.css" rel="stylesheet" type="text/css" />
|
|
<link href="./css/bootstrap.css" rel="stylesheet" type="text/css" />
|
|
<link href="./css/bootstrap-reboot.css" rel="stylesheet" type="text/css" />
|
|
<link href="./css/bootstrap-utilities.css" rel="stylesheet" type="text/css" />
|
|
<link href="./css/bootstrap.rtl.css" rel="stylesheet" type="text/css" />
|
|
<link href="./pageStatic/css/style.css" rel="stylesheet" type="text/css" />
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/animate.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
|
<script src="js/angular.min.js"></script>
|
|
<script src="js/angular-route.min.js"></script>
|
|
<script src="js/app.js"></script>
|
|
<script src="js/controllers.js"></script>
|
|
<script src="js/jquery.min.js"></script>
|
|
<script src="js/bootstrap.min.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
</html> |