forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
486 B
11 lines
486 B
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"%>
|
|
<div class="row" style="margin-top: 12px;">
|
|
<div class="col-md-7">
|
|
<img alt="safemode" src="/safemode/static/styles/safemode.png">
|
|
</div>
|
|
<div class="col-md-5">
|
|
<p class="safemode-lead text-right">Gestão de legislação</p>
|
|
</div>
|
|
</div> |