Initial Commit

This commit is contained in:
Antoine BOUBE ASTUGUE
2020-03-06 13:53:48 +01:00
commit da781f0bbe
132 changed files with 34810 additions and 0 deletions

View 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>