Blame view

src/main/webapp/WEB-INF/pages/header.jsp 266 Bytes
a8656157   Julien Cartigny   Support for boots...
1
2
3
4
5
6
  <!DOCTYPE html>
  <html lang="en">
  <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1">
f130c6a2   jcartign   Removing boostrap...
7
      <title><%= request.getAttribute("pageTitle") %></title>
a8656157   Julien Cartigny   Support for boots...
8
  </head>