29 lines
571 B
Plaintext
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> |