Files
retro-sspt/WebContent/join/footer.jsp
Antoine BOUBE ASTUGUE da781f0bbe Initial Commit
2020-03-06 13:53:48 +01:00

29 lines
571 B
Plaintext

<%@ 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>