Initial Commit
This commit is contained in:
29
WebContent/pages/footer.jsp
Normal file
29
WebContent/pages/footer.jsp
Normal file
@@ -0,0 +1,29 @@
|
||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
||||
pageEncoding="ISO-8859-1"%>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="ISO-8859-1">
|
||||
<title>Insert title here</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="navbar-dropdown" style="position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: 5%;
|
||||
background-color: #FFFCF5;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);"
|
||||
>
|
||||
<center>
|
||||
<img
|
||||
src="assets/paper_img/logo.png"
|
||||
alt="[You]"
|
||||
height="100%"
|
||||
width="10%"
|
||||
/>
|
||||
</center>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user